Update installation guide for root users
authorBigard Florian <florian.bigard@gmail.com>
Mon, 21 Nov 2016 09:28:45 +0000 (10:28 +0100)
committerGitHub <noreply@github.com>
Mon, 21 Nov 2016 09:28:45 +0000 (10:28 +0100)
README.md

index 13786a05856583b40ebaf4719d869da696c7c5fb..42390c890d41b9c8c0e414a9e143f7a87eea2901 100644 (file)
--- a/README.md
+++ b/README.md
@@ -137,7 +137,7 @@ Thanks to [WebTorrent](https://github.com/feross/webtorrent), we can make P2P (t
 
     $ git clone https://github.com/Chocobozzz/PeerTube
     $ cd PeerTube
-    $ npm install
+    $ npm install # Or npm install --unsafe-perm for root user
     $ npm run build
 
 ## Usage