diff options
author | Chocobozzz <florian.bigard@gmail.com> | 2016-10-07 14:57:58 +0200 |
---|---|---|
committer | Chocobozzz <florian.bigard@gmail.com> | 2016-10-07 14:57:58 +0200 |
commit | 2559aa3b034c96d10bceb2ec39a4ba9b0cc140ee (patch) | |
tree | 1f10b6b010fb7091f302ffda2b00f5224ae90db4 /README.md | |
parent | 03dd4b9e340441050bde039f0c82e73a13c69305 (diff) | |
download | PeerTube-2559aa3b034c96d10bceb2ec39a4ba9b0cc140ee.tar.gz PeerTube-2559aa3b034c96d10bceb2ec39a4ba9b0cc140ee.tar.zst PeerTube-2559aa3b034c96d10bceb2ec39a4ba9b0cc140ee.zip |
Update README
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -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) |