Add dependencies for Ubuntu 16.04. (#143)
authorJan Keromnes <janx@linux.com>
Mon, 4 Dec 2017 09:21:05 +0000 (10:21 +0100)
committerChocobozzz <me@florianbigard.com>
Mon, 4 Dec 2017 09:21:05 +0000 (10:21 +0100)
README.md

index 68b5dc519420010a6fa3a181eb1650d026b2e09d..fadf3f80122937c909e20f22ee83a6abdfba85a7 100644 (file)
--- a/README.md
+++ b/README.md
@@ -129,13 +129,22 @@ See [wiki](https://github.com/Chocobozzz/PeerTube/wiki) for complete installatio
 
 #### Debian
 
-  * Install NodeJS 6.x (actual LTS): [https://nodejs.org/en/download/package-manager/#debian-and-ubuntu-based-linux-distributions](https://nodejs.org/en/download/package-manager/#debian-and-ubuntu-based-linux-distributions)
-  * Install yarn: [https://yarnpkg.com/en/docs/install](https://yarnpkg.com/en/docs/install)
-  * Add jessie backports to your *source.list*: http://backports.debian.org/Instructions/
-  * Run:
+  1. Install NodeJS 6.x (previous LTS): [https://nodejs.org/en/download/package-manager/#debian-and-ubuntu-based-linux-distributions](https://nodejs.org/en/download/package-manager/#debian-and-ubuntu-based-linux-distributions)
+  2. Install yarn: [https://yarnpkg.com/en/docs/install](https://yarnpkg.com/en/docs/install)
+  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
+
+  1. Install NodeJS 8.x (current LTS): (same as Debian)
+  2. Install yarn: (same as Debian)
+  3. Run:
+
+        $ apt-get update
+        $ apt-get install ffmpeg postgresql openssl
 
 #### Other distribution... (PR welcome)