aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--README.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/README.md b/README.md
index f9d60855a..02f649ac0 100644
--- a/README.md
+++ b/README.md
@@ -113,11 +113,11 @@ Thanks to [WebTorrent](https://github.com/feross/webtorrent), we can make P2P (t
113 113
114### Dependencies 114### Dependencies
115 115
116 * **NodeJS >= 4.2** 116 * **NodeJS >= 4.x**
117 * **npm >= 3.0** 117 * **npm >= 3.x**
118 * OpenSSL (cli) 118 * OpenSSL (cli)
119 * MongoDB 119 * MongoDB
120 * ffmpeg xvfb-run libgtk2.0-0 libgconf-2-4 libnss3 libasound2 libxtst6 libxss1 libnotify-bin (for electron) 120 * ffmpeg
121 121
122#### Debian 122#### Debian
123 123
@@ -126,7 +126,7 @@ Thanks to [WebTorrent](https://github.com/feross/webtorrent), we can make P2P (t
126 * Run: 126 * Run:
127 127
128 # apt-get update 128 # apt-get update
129 # apt-get install ffmpeg mongodb 129 # apt-get install ffmpeg mongodb openssl
130 # npm install -g npm@3 130 # npm install -g npm@3
131 131
132#### Other distribution... (PR welcome) 132#### Other distribution... (PR welcome)