1
0
Fork 0

Update readme

This commit is contained in:
Chocobozzz 2017-01-12 19:17:12 +01:00
parent acf0ae9c73
commit 80deae8d19

View file

@ -122,7 +122,7 @@ Thanks to [WebTorrent](https://github.com/feross/webtorrent), we can make P2P (t
* **npm >= 3.x** * **npm >= 3.x**
* OpenSSL (cli) * OpenSSL (cli)
* PostgreSQL * PostgreSQL
* ffmpeg * FFmpeg
#### Debian #### Debian
@ -139,7 +139,7 @@ Thanks to [WebTorrent](https://github.com/feross/webtorrent), we can make P2P (t
### Sources ### Sources
$ git clone https://github.com/Chocobozzz/PeerTube $ git clone -b master https://github.com/Chocobozzz/PeerTube
$ cd PeerTube $ cd PeerTube
$ npm install # Or npm install --unsafe-perm for root user $ npm install # Or npm install --unsafe-perm for root user
$ npm run build $ npm run build