diff options
author | Chocobozzz <florian.bigard@gmail.com> | 2016-04-26 23:02:46 +0200 |
---|---|---|
committer | Chocobozzz <florian.bigard@gmail.com> | 2016-04-26 23:02:46 +0200 |
commit | 2693922352c23401b658720251db2966c92614bb (patch) | |
tree | 8493245eae32a9561e6c764766a2257d97499ed9 | |
parent | 35f1c54e32be0b5e8e21aa6fae6a79311d4f95aa (diff) | |
download | PeerTube-2693922352c23401b658720251db2966c92614bb.tar.gz PeerTube-2693922352c23401b658720251db2966c92614bb.tar.zst PeerTube-2693922352c23401b658720251db2966c92614bb.zip |
Update README
-rw-r--r-- | README.md | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -21,7 +21,7 @@ Thanks to [webtorrent](https://github.com/feross/webtorrent), we can make P2P (t | |||
21 | 21 | ||
22 | - [ ] Frontend | 22 | - [ ] Frontend |
23 | - [X] Simple frontend (All elements are generated by jQuery) | 23 | - [X] Simple frontend (All elements are generated by jQuery) |
24 | - [ ] AngularJS frontend | 24 | - [ ] Angular 2 frontend |
25 | - [X] Join a network | 25 | - [X] Join a network |
26 | - [X] Generate a RSA key | 26 | - [X] Generate a RSA key |
27 | - [X] Ask for the friend list of other pods and make friend with them | 27 | - [X] Ask for the friend list of other pods and make friend with them |
@@ -72,6 +72,7 @@ Install NodeJS 4.2: [https://nodejs.org/en/download/package-manager/#debian-and- | |||
72 | $ cd PeerTube | 72 | $ cd PeerTube |
73 | # npm install -g electron-prebuilt | 73 | # npm install -g electron-prebuilt |
74 | $ npm install | 74 | $ npm install |
75 | $ npm run build | ||
75 | $ npm start | 76 | $ npm start |
76 | 77 | ||
77 | ### Test with 3 fresh nodes | 78 | ### Test with 3 fresh nodes |