diff options
author | Chocobozzz <florian.bigard@gmail.com> | 2016-03-07 18:01:56 +0100 |
---|---|---|
committer | Chocobozzz <florian.bigard@gmail.com> | 2016-03-07 18:01:56 +0100 |
commit | ccfd23dfe5c0ede1958804e8a36b4b336307a67e (patch) | |
tree | ac6f3a04dcb26fb6aa677c7045e93acc33fe26ab /README.md | |
parent | 6f4e252246c715a1dafc1e236c8074b08cdd12a3 (diff) | |
download | PeerTube-ccfd23dfe5c0ede1958804e8a36b4b336307a67e.tar.gz PeerTube-ccfd23dfe5c0ede1958804e8a36b4b336307a67e.tar.zst PeerTube-ccfd23dfe5c0ede1958804e8a36b4b336307a67e.zip |
I'm fed up with Gruntfile
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -54,7 +54,6 @@ Thanks to [webtorrent](https://github.com/feross/webtorrent), we can make P2P (t | |||
54 | ### Dependencies | 54 | ### Dependencies |
55 | 55 | ||
56 | * **NodeJS >= 4.2** | 56 | * **NodeJS >= 4.2** |
57 | * Grunt-cli (npm install -g grunt-cli) | ||
58 | * OpenSSL (cli) | 57 | * OpenSSL (cli) |
59 | * MongoDB | 58 | * MongoDB |
60 | * xvfb-run libgtk2.0-0 libgconf-2-4 libnss3 libasound2 libxtst6 libxss1 (for electron) | 59 | * xvfb-run libgtk2.0-0 libgconf-2-4 libnss3 libasound2 libxtst6 libxss1 (for electron) |
@@ -64,7 +63,6 @@ Thanks to [webtorrent](https://github.com/feross/webtorrent), we can make P2P (t | |||
64 | 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) | 63 | 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) |
65 | 64 | ||
66 | # apt-get install mongodb openssl xvfb curl sudo git build-essential libgtk2.0-0 libgconf-2-4 libnss3 libasound2 libxtst6 libxss1 | 65 | # apt-get install mongodb openssl xvfb curl sudo git build-essential libgtk2.0-0 libgconf-2-4 libnss3 libasound2 libxtst6 libxss1 |
67 | # npm install -g grunt-cli | ||
68 | # npm install -g electron-prebuilt | 66 | # npm install -g electron-prebuilt |
69 | 67 | ||
70 | 68 | ||