From: Chocobozzz Date: Thu, 12 Jan 2017 18:17:12 +0000 (+0100) Subject: Update readme X-Git-Tag: v0.0.1-alpha~571 X-Git-Url: https://git.immae.eu/?a=commitdiff_plain;h=80deae8d198f6a376b477d780e76966f8fbb72ce;p=github%2FChocobozzz%2FPeerTube.git Update readme --- diff --git a/README.md b/README.md index f9de61c72..ee1c6b12e 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ Prototype of a decentralized video streaming platform using P2P (BitTorrent) dir JavaScript Style Guide - + PeerTube Freenode IRC @@ -122,7 +122,7 @@ Thanks to [WebTorrent](https://github.com/feross/webtorrent), we can make P2P (t * **npm >= 3.x** * OpenSSL (cli) * PostgreSQL - * ffmpeg + * FFmpeg #### Debian @@ -139,7 +139,7 @@ Thanks to [WebTorrent](https://github.com/feross/webtorrent), we can make P2P (t ### Sources - $ git clone https://github.com/Chocobozzz/PeerTube + $ git clone -b master https://github.com/Chocobozzz/PeerTube $ cd PeerTube $ npm install # Or npm install --unsafe-perm for root user $ npm run build