Remove node 6 support
authorChocobozzz <me@florianbigard.com>
Wed, 13 Dec 2017 15:56:02 +0000 (16:56 +0100)
committerChocobozzz <me@florianbigard.com>
Wed, 13 Dec 2017 15:58:34 +0000 (16:58 +0100)
Please don't insult me

README.md

index 7af01681bd34df3866c40449f870f380402428b0..e2a5a7251fc734e9c69328d99b45859e8e59dc9b 100644 (file)
--- a/README.md
+++ b/README.md
@@ -120,8 +120,7 @@ See [wiki](https://github.com/Chocobozzz/PeerTube/wiki) for complete installatio
 
 ### Dependencies
 
-  * **NodeJS >= 6.x**
-  * **npm >= 3.x**
+  * **NodeJS >= 8.x**
   * yarn
   * OpenSSL (cli)
   * PostgreSQL
@@ -134,8 +133,8 @@ See [wiki](https://github.com/Chocobozzz/PeerTube/wiki) for complete installatio
   3. Add jessie backports to your *source.list*: http://backports.debian.org/Instructions/
   4. Run:
 
-        $ apt-get update
-        $ apt-get install ffmpeg postgresql-9.4 openssl
+    $ apt-get update
+    $ apt-get install ffmpeg postgresql-9.4 openssl
 
 #### Ubuntu 16.04
 
@@ -143,8 +142,8 @@ See [wiki](https://github.com/Chocobozzz/PeerTube/wiki) for complete installatio
   2. Install yarn: (same as Debian)
   3. Run:
 
-        $ apt-get update
-        $ apt-get install ffmpeg postgresql openssl
+    $ apt-get update
+    $ apt-get install ffmpeg postgresql openssl
 
 #### Other distribution... (PR welcome)