aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 3f16697ac..68c2f907b 100644
--- a/README.md
+++ b/README.md
@@ -117,7 +117,7 @@ Thanks to [WebTorrent](https://github.com/feross/webtorrent), we can make P2P (t
117 * **NodeJS >= 4.x** 117 * **NodeJS >= 4.x**
118 * **npm >= 3.x** 118 * **npm >= 3.x**
119 * OpenSSL (cli) 119 * OpenSSL (cli)
120 * MongoDB 120 * PostgreSQL
121 * ffmpeg 121 * ffmpeg
122 122
123#### Debian 123#### Debian
@@ -127,7 +127,7 @@ Thanks to [WebTorrent](https://github.com/feross/webtorrent), we can make P2P (t
127 * Run: 127 * Run:
128 128
129 # apt-get update 129 # apt-get update
130 # apt-get install ffmpeg mongodb openssl 130 # apt-get install ffmpeg postgresql-9.4 openssl
131 # npm install -g npm@3 131 # npm install -g npm@3
132 132
133#### Other distribution... (PR welcome) 133#### Other distribution... (PR welcome)