diff options
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -137,7 +137,7 @@ Thanks to [WebTorrent](https://github.com/feross/webtorrent), we can make P2P (t | |||
137 | 137 | ||
138 | $ git clone https://github.com/Chocobozzz/PeerTube | 138 | $ git clone https://github.com/Chocobozzz/PeerTube |
139 | $ cd PeerTube | 139 | $ cd PeerTube |
140 | $ npm install | 140 | $ npm install # Or npm install --unsafe-perm for root user |
141 | $ npm run build | 141 | $ npm run build |
142 | 142 | ||
143 | ## Usage | 143 | ## Usage |