Update readme dependencies (npm >= 3)

pull/10/head
Chocobozzz 2016-09-21 22:27:04 +02:00
parent 5a1b27e714
commit 732bd03240
1 changed files with 2 additions and 0 deletions

View File

@ -111,6 +111,7 @@ Thanks to [WebTorrent](https://github.com/feross/webtorrent), we can make P2P (t
### Dependencies ### Dependencies
* **NodeJS >= 4.2** * **NodeJS >= 4.2**
* **npm >= 3.0**
* OpenSSL (cli) * OpenSSL (cli)
* MongoDB * MongoDB
* ffmpeg xvfb-run libgtk2.0-0 libgconf-2-4 libnss3 libasound2 libxtst6 libxss1 libnotify-bin (for electron) * ffmpeg xvfb-run libgtk2.0-0 libgconf-2-4 libnss3 libasound2 libxtst6 libxss1 libnotify-bin (for electron)
@ -123,6 +124,7 @@ Thanks to [WebTorrent](https://github.com/feross/webtorrent), we can make P2P (t
# apt-get update # apt-get update
# apt-get install ffmpeg mongodb openssl xvfb curl sudo git build-essential libgtk2.0-0 libgconf-2-4 libnss3 libasound2 libxtst6 libxss1 libnotify-bin # apt-get install ffmpeg mongodb openssl xvfb curl sudo git build-essential libgtk2.0-0 libgconf-2-4 libnss3 libasound2 libxtst6 libxss1 libnotify-bin
# npm install -g npm@3
# npm install -g electron-prebuilt # npm install -g electron-prebuilt
#### Other distribution... (PR welcome) #### Other distribution... (PR welcome)