aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorBigard Florian <florian.bigard@gmail.com>2016-05-03 22:56:52 +0200
committerBigard Florian <florian.bigard@gmail.com>2016-05-03 22:56:52 +0200
commit2e2b64c55d43e65672ed34b86a5c79f1fbf61eb1 (patch)
tree34fec48b830e3b29c94303d09b5c6957a56c37a3
parent3a8a8b51228070d8e6a01ea6e460534aa0a20efc (diff)
downloadPeerTube-2e2b64c55d43e65672ed34b86a5c79f1fbf61eb1.tar.gz
PeerTube-2e2b64c55d43e65672ed34b86a5c79f1fbf61eb1.tar.zst
PeerTube-2e2b64c55d43e65672ed34b86a5c79f1fbf61eb1.zip
Fix presentation Readme
-rw-r--r--README.md7
1 files changed, 4 insertions, 3 deletions
diff --git a/README.md b/README.md
index e2b52f6fd..01e29cee5 100644
--- a/README.md
+++ b/README.md
@@ -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