diff options
Diffstat (limited to 'support/doc')
-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 ec1027ea9..fcb379a8a 100644 --- a/support/doc/production.md +++ b/support/doc/production.md | |||
@@ -66,7 +66,7 @@ Download the latest version of the Peertube client, unzip it and remove the zip | |||
66 | ``` | 66 | ``` |
67 | $ cd /var/www/peertube/versions | 67 | $ cd /var/www/peertube/versions |
68 | $ sudo -u peertube wget -q "https://github.com/Chocobozzz/PeerTube/releases/download/${VERSION}/peertube-${VERSION}.zip" | 68 | $ sudo -u peertube wget -q "https://github.com/Chocobozzz/PeerTube/releases/download/${VERSION}/peertube-${VERSION}.zip" |
69 | $ sudo -u peertube unzip peertube-${VERSION}.zip && sudo -u peertube rm peertube-${VERSION}.zip | 69 | $ sudo -u peertube unzip -q peertube-${VERSION}.zip && sudo -u peertube rm peertube-${VERSION}.zip |
70 | ``` | 70 | ``` |
71 | 71 | ||
72 | Install Peertube: | 72 | Install Peertube: |