diff options
-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 | ||