diff options
author | Chocobozzz <florian.bigard@gmail.com> | 2016-09-21 22:27:04 +0200 |
---|---|---|
committer | Chocobozzz <florian.bigard@gmail.com> | 2016-09-21 22:27:04 +0200 |
commit | 732bd032409c7ccee44654b26ea1394478c63212 (patch) | |
tree | 5922172254d743a9f8cea4cd52ca50820ff4bafa /README.md | |
parent | 5a1b27e714e4823957b10f9676ff5a2379352aff (diff) | |
download | PeerTube-732bd032409c7ccee44654b26ea1394478c63212.tar.gz PeerTube-732bd032409c7ccee44654b26ea1394478c63212.tar.zst PeerTube-732bd032409c7ccee44654b26ea1394478c63212.zip |
Update readme dependencies (npm >= 3)
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -111,6 +111,7 @@ Thanks to [WebTorrent](https://github.com/feross/webtorrent), we can make P2P (t | |||
111 | ### Dependencies | 111 | ### Dependencies |
112 | 112 | ||
113 | * **NodeJS >= 4.2** | 113 | * **NodeJS >= 4.2** |
114 | * **npm >= 3.0** | ||
114 | * OpenSSL (cli) | 115 | * OpenSSL (cli) |
115 | * MongoDB | 116 | * MongoDB |
116 | * ffmpeg xvfb-run libgtk2.0-0 libgconf-2-4 libnss3 libasound2 libxtst6 libxss1 libnotify-bin (for electron) | 117 | * 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 | |||
123 | 124 | ||
124 | # apt-get update | 125 | # apt-get update |
125 | # apt-get install ffmpeg mongodb openssl xvfb curl sudo git build-essential libgtk2.0-0 libgconf-2-4 libnss3 libasound2 libxtst6 libxss1 libnotify-bin | 126 | # apt-get install ffmpeg mongodb openssl xvfb curl sudo git build-essential libgtk2.0-0 libgconf-2-4 libnss3 libasound2 libxtst6 libxss1 libnotify-bin |
127 | # npm install -g npm@3 | ||
126 | # npm install -g electron-prebuilt | 128 | # npm install -g electron-prebuilt |
127 | 129 | ||
128 | #### Other distribution... (PR welcome) | 130 | #### Other distribution... (PR welcome) |