X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=README.md;h=ee1c6b12ea591bd60ec3f473bef525f2429dd712;hb=98dffd102ef76872f027fedfc55cc0dc824b5bad;hp=68c2f907b2a04283b112a0cda1db6da9ecb3b438;hpb=8c67719c80cef7319afecdf1078d5447149ad8e7;p=github%2FChocobozzz%2FPeerTube.git diff --git a/README.md b/README.md index 68c2f907b..ee1c6b12e 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@

-Prototype of a decentralized video streaming platform using P2P (bittorrent) directly in the web browser with WebTorrent. +Prototype of a decentralized video streaming platform using P2P (BitTorrent) directly in the web browser with WebTorrent.

@@ -44,6 +44,10 @@ Prototype of a decentralized video streaming platform using P2P (bittorrent) dir JavaScript Style Guide + + + PeerTube Freenode IRC +


@@ -118,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 @@ -135,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