Update readme
This commit is contained in:
parent
acf0ae9c73
commit
80deae8d19
1 changed files with 3 additions and 3 deletions
|
@ -44,7 +44,7 @@ Prototype of a decentralized video streaming platform using P2P (BitTorrent) dir
|
||||||
<a href="http://standardjs.com/">
|
<a href="http://standardjs.com/">
|
||||||
<img src="https://img.shields.io/badge/code%20style-standard-brightgreen.svg" alt="JavaScript Style Guide" />
|
<img src="https://img.shields.io/badge/code%20style-standard-brightgreen.svg" alt="JavaScript Style Guide" />
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
<a href="https://kiwiirc.com/client/irc.freenode.net/#peertube">
|
<a href="https://kiwiirc.com/client/irc.freenode.net/#peertube">
|
||||||
<img src="https://img.shields.io/badge/%23peertube-on%20freenode-brightgreen.svg" alt="PeerTube Freenode IRC" />
|
<img src="https://img.shields.io/badge/%23peertube-on%20freenode-brightgreen.svg" alt="PeerTube Freenode IRC" />
|
||||||
</a>
|
</a>
|
||||||
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue