aboutsummaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
authorChocobozzz <florian.bigard@gmail.com>2016-04-26 23:02:46 +0200
committerChocobozzz <florian.bigard@gmail.com>2016-04-26 23:02:46 +0200
commit2693922352c23401b658720251db2966c92614bb (patch)
tree8493245eae32a9561e6c764766a2257d97499ed9 /README.md
parent35f1c54e32be0b5e8e21aa6fae6a79311d4f95aa (diff)
downloadPeerTube-2693922352c23401b658720251db2966c92614bb.tar.gz
PeerTube-2693922352c23401b658720251db2966c92614bb.tar.zst
PeerTube-2693922352c23401b658720251db2966c92614bb.zip
Update README
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index 43df0a758..20d3f4d8d 100644
--- a/README.md
+++ b/README.md
@@ -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