From 9a989f8164fec08b01ea4166b6f938bd85de0a6b Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Wed, 13 Dec 2017 16:56:02 +0100 Subject: Remove node 6 support Please don't insult me --- README.md | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 7af01681b..e2a5a7251 100644 --- 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) -- cgit v1.2.3