diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -44,7 +44,7 @@ Prototype of a decentralized video streaming platform using P2P (BitTorrent) dir | |||
44 | <a href="http://standardjs.com/"> | 44 | <a href="http://standardjs.com/"> |
45 | <img src="https://img.shields.io/badge/code%20style-standard-brightgreen.svg" alt="JavaScript Style Guide" /> | 45 | <img src="https://img.shields.io/badge/code%20style-standard-brightgreen.svg" alt="JavaScript Style Guide" /> |
46 | </a> | 46 | </a> |
47 | 47 | ||
48 | <a href="https://kiwiirc.com/client/irc.freenode.net/#peertube"> | 48 | <a href="https://kiwiirc.com/client/irc.freenode.net/#peertube"> |
49 | <img src="https://img.shields.io/badge/%23peertube-on%20freenode-brightgreen.svg" alt="PeerTube Freenode IRC" /> | 49 | <img src="https://img.shields.io/badge/%23peertube-on%20freenode-brightgreen.svg" alt="PeerTube Freenode IRC" /> |
50 | </a> | 50 | </a> |
@@ -122,7 +122,7 @@ Thanks to [WebTorrent](https://github.com/feross/webtorrent), we can make P2P (t | |||
122 | * **npm >= 3.x** | 122 | * **npm >= 3.x** |
123 | * OpenSSL (cli) | 123 | * OpenSSL (cli) |
124 | * PostgreSQL | 124 | * PostgreSQL |
125 | * ffmpeg | 125 | * FFmpeg |
126 | 126 | ||
127 | #### Debian | 127 | #### Debian |
128 | 128 | ||
@@ -139,7 +139,7 @@ Thanks to [WebTorrent](https://github.com/feross/webtorrent), we can make P2P (t | |||
139 | 139 | ||
140 | ### Sources | 140 | ### Sources |
141 | 141 | ||
142 | $ git clone https://github.com/Chocobozzz/PeerTube | 142 | $ git clone -b master https://github.com/Chocobozzz/PeerTube |
143 | $ cd PeerTube | 143 | $ cd PeerTube |
144 | $ npm install # Or npm install --unsafe-perm for root user | 144 | $ npm install # Or npm install --unsafe-perm for root user |
145 | $ npm run build | 145 | $ npm run build |