aboutsummaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
authorChocobozzz <florian.bigard@gmail.com>2016-09-21 22:27:04 +0200
committerChocobozzz <florian.bigard@gmail.com>2016-09-21 22:27:04 +0200
commit732bd032409c7ccee44654b26ea1394478c63212 (patch)
tree5922172254d743a9f8cea4cd52ca50820ff4bafa /README.md
parent5a1b27e714e4823957b10f9676ff5a2379352aff (diff)
downloadPeerTube-732bd032409c7ccee44654b26ea1394478c63212.tar.gz
PeerTube-732bd032409c7ccee44654b26ea1394478c63212.tar.zst
PeerTube-732bd032409c7ccee44654b26ea1394478c63212.zip
Update readme dependencies (npm >= 3)
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
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
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)