diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,4 +1,4 @@ | |||
1 | # PeTube | 1 | # PeerTube |
2 | 2 | ||
3 | Prototype of a decentralized video streaming platform using P2P (bittorent) directly in the web browser with [webtorrent](https://github.com/feross/webtorrent). | 3 | Prototype of a decentralized video streaming platform using P2P (bittorent) directly in the web browser with [webtorrent](https://github.com/feross/webtorrent). |
4 | 4 | ||
@@ -45,7 +45,7 @@ Prototype of a decentralized video streaming platform using P2P (bittorent) dire | |||
45 | ### Test It! | 45 | ### Test It! |
46 | 46 | ||
47 | $ git clone https://github.com/Chocobozzz/PeerTube | 47 | $ git clone https://github.com/Chocobozzz/PeerTube |
48 | $ cd PeopleTube | 48 | $ cd PeerTube |
49 | # npm install -g electron-prebuilt | 49 | # npm install -g electron-prebuilt |
50 | $ npm install | 50 | $ npm install |
51 | $ npm start | 51 | $ npm start |