aboutsummaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
authorBigard Florian <florian.bigard@gmail.com>2016-11-21 10:28:45 +0100
committerGitHub <noreply@github.com>2016-11-21 10:28:45 +0100
commit8d48aed438d011871f1f143efee120b4c21f0412 (patch)
treea4536b4f3043960cf91e42f5fe0a5ee2ef6ab9d6 /README.md
parent40e3f5e1c5203266d9fb078076c8c4dc61b24be8 (diff)
downloadPeerTube-8d48aed438d011871f1f143efee120b4c21f0412.tar.gz
PeerTube-8d48aed438d011871f1f143efee120b4c21f0412.tar.zst
PeerTube-8d48aed438d011871f1f143efee120b4c21f0412.zip
Update installation guide for root users
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 13786a058..42390c890 100644
--- a/README.md
+++ b/README.md
@@ -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