diff options
author | Bigard Florian <florian.bigard@gmail.com> | 2016-05-03 22:56:52 +0200 |
---|---|---|
committer | Bigard Florian <florian.bigard@gmail.com> | 2016-05-03 22:56:52 +0200 |
commit | 2e2b64c55d43e65672ed34b86a5c79f1fbf61eb1 (patch) | |
tree | 34fec48b830e3b29c94303d09b5c6957a56c37a3 | |
parent | 3a8a8b51228070d8e6a01ea6e460534aa0a20efc (diff) | |
download | PeerTube-2e2b64c55d43e65672ed34b86a5c79f1fbf61eb1.tar.gz PeerTube-2e2b64c55d43e65672ed34b86a5c79f1fbf61eb1.tar.zst PeerTube-2e2b64c55d43e65672ed34b86a5c79f1fbf61eb1.zip |
Fix presentation Readme
-rw-r--r-- | README.md | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -70,10 +70,11 @@ Thanks to [WebTorrent](https://github.com/feross/webtorrent), we can make P2P (t | |||
70 | 70 | ||
71 | * Install NodeJS 4.2: [https://nodejs.org/en/download/package-manager/#debian-and-ubuntu-based-linux-distributions](https://nodejs.org/en/download/package-manager/#debian-and-ubuntu-based-linux-distributions) | 71 | * Install NodeJS 4.2: [https://nodejs.org/en/download/package-manager/#debian-and-ubuntu-based-linux-distributions](https://nodejs.org/en/download/package-manager/#debian-and-ubuntu-based-linux-distributions) |
72 | * Add jessie backports to your *source.list*: http://backports.debian.org/Instructions/ | 72 | * Add jessie backports to your *source.list*: http://backports.debian.org/Instructions/ |
73 | * Run: | ||
73 | 74 | ||
74 | # apt-get update | 75 | # apt-get update |
75 | # apt-get install ffmpeg mongodb openssl xvfb curl sudo git build-essential libgtk2.0-0 libgconf-2-4 libnss3 libasound2 libxtst6 libxss1 libnotify-bin | 76 | # apt-get install ffmpeg mongodb openssl xvfb curl sudo git build-essential libgtk2.0-0 libgconf-2-4 libnss3 libasound2 libxtst6 libxss1 libnotify-bin |
76 | # npm install -g electron-prebuilt | 77 | # npm install -g electron-prebuilt |
77 | 78 | ||
78 | #### Other distribution... (PR welcome) | 79 | #### Other distribution... (PR welcome) |
79 | 80 | ||