From: Chocobozzz Date: Wed, 21 Sep 2016 20:27:04 +0000 (+0200) Subject: Update readme dependencies (npm >= 3) X-Git-Tag: v0.0.1-alpha~736 X-Git-Url: https://git.immae.eu/?a=commitdiff_plain;h=732bd032409c7ccee44654b26ea1394478c63212;hp=5a1b27e714e4823957b10f9676ff5a2379352aff;p=github%2FChocobozzz%2FPeerTube.git Update readme dependencies (npm >= 3) --- diff --git a/README.md b/README.md index 23189d667..9dab73d09 100644 --- a/README.md +++ b/README.md @@ -111,6 +111,7 @@ Thanks to [WebTorrent](https://github.com/feross/webtorrent), we can make P2P (t ### Dependencies * **NodeJS >= 4.2** + * **npm >= 3.0** * OpenSSL (cli) * MongoDB * 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 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 #### Other distribution... (PR welcome)