diff options
author | Chocobozzz <florian.bigard@gmail.com> | 2015-10-29 23:29:12 +0100 |
---|---|---|
committer | Chocobozzz <florian.bigard@gmail.com> | 2015-10-29 23:29:42 +0100 |
commit | d148f3b9b180f43d63de84383938de0c9f51b583 (patch) | |
tree | e6f613706acf898bd071b6bd374c85a8f2941dc7 /README.md | |
parent | 241abd6977790bc31ba66ede2fbe23d4b94d117b (diff) | |
download | PeerTube-d148f3b9b180f43d63de84383938de0c9f51b583.tar.gz PeerTube-d148f3b9b180f43d63de84383938de0c9f51b583.tar.zst PeerTube-d148f3b9b180f43d63de84383938de0c9f51b583.zip |
Replace PeopleTube/PeTube by the new name PeerTube
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 |