diff options
-rw-r--r-- | support/doc/production.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/support/doc/production.md b/support/doc/production.md index 6bf6c1ca3..a10ccea3f 100644 --- a/support/doc/production.md +++ b/support/doc/production.md | |||
@@ -52,7 +52,7 @@ $ sudo -u peertube unzip peertube-${VERSION}.zip && sudo -u peertube rm peertube | |||
52 | Install Peertube | 52 | Install Peertube |
53 | ``` | 53 | ``` |
54 | $ cd ../ && sudo -u peertube ln -s versions/peertube-${VERSION} ./peertube-latest | 54 | $ cd ../ && sudo -u peertube ln -s versions/peertube-${VERSION} ./peertube-latest |
55 | $ cd ./peertube-latest && sudo -u peertube yarn install --production --pure-lockfile | 55 | $ cd ./peertube-latest && sudo -H -u peertube yarn install --production --pure-lockfile |
56 | ``` | 56 | ``` |
57 | 57 | ||
58 | ### PeerTube configuration | 58 | ### PeerTube configuration |