aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--README.md11
1 files changed, 5 insertions, 6 deletions
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
120 120
121### Dependencies 121### Dependencies
122 122
123 * **NodeJS >= 6.x** 123 * **NodeJS >= 8.x**
124 * **npm >= 3.x**
125 * yarn 124 * yarn
126 * OpenSSL (cli) 125 * OpenSSL (cli)
127 * PostgreSQL 126 * PostgreSQL
@@ -134,8 +133,8 @@ See [wiki](https://github.com/Chocobozzz/PeerTube/wiki) for complete installatio
134 3. Add jessie backports to your *source.list*: http://backports.debian.org/Instructions/ 133 3. Add jessie backports to your *source.list*: http://backports.debian.org/Instructions/
135 4. Run: 134 4. Run:
136 135
137 $ apt-get update 136 $ apt-get update
138 $ apt-get install ffmpeg postgresql-9.4 openssl 137 $ apt-get install ffmpeg postgresql-9.4 openssl
139 138
140#### Ubuntu 16.04 139#### Ubuntu 16.04
141 140
@@ -143,8 +142,8 @@ See [wiki](https://github.com/Chocobozzz/PeerTube/wiki) for complete installatio
143 2. Install yarn: (same as Debian) 142 2. Install yarn: (same as Debian)
144 3. Run: 143 3. Run:
145 144
146 $ apt-get update 145 $ apt-get update
147 $ apt-get install ffmpeg postgresql openssl 146 $ apt-get install ffmpeg postgresql openssl
148 147
149#### Other distribution... (PR welcome) 148#### Other distribution... (PR welcome)
150 149