]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/commitdiff
typos (#246)
authorThomas Citharel <tcit@tcit.fr>
Thu, 25 Jan 2018 07:13:19 +0000 (08:13 +0100)
committerChocobozzz <me@florianbigard.com>
Thu, 25 Jan 2018 07:13:19 +0000 (08:13 +0100)
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
support/doc/production.md

index 606f13c9be8c4b0eb035815077cbd13e7e5154f1..e46d9d9e168a620928e702b9a6be6b8126d31c55 100644 (file)
@@ -37,19 +37,19 @@ $ VERSION=$(curl -s https://api.github.com/repos/chocobozzz/peertube/releases/la
 
 Open the peertube directory, create a few required directories
 ```
-cd /var/www/peertube && sudo -u peertube mkdir config storage versions && cd versions
+cd /var/www/peertube && sudo -u peertube mkdir config storage versions && cd versions
 ```
 
 Download the latest version of the Peertube client, unzip it and remove the zip
 ```
-sudo -u peertube wget -q "https://github.com/Chocobozzz/PeerTube/releases/download/${VERSION}/peertube-${VERSION}.zip" && \
-sudo -u peertube unzip peertube-${VERSION}.zip && sudo -u peertube rm peertube-${VERSION}.zip
+$ sudo -u peertube wget -q "https://github.com/Chocobozzz/PeerTube/releases/download/${VERSION}/peertube-${VERSION}.zip"
+sudo -u peertube unzip peertube-${VERSION}.zip && sudo -u peertube rm peertube-${VERSION}.zip
 ```
 
 Install Peertube
 ```
-cd ../ && sudo -u peertube ln -s versions/peertube-${VERSION} ./peertube-latest && \
-cd ./peertube-latest && sudo -u peertube yarn install --production --pure-lockfile
+$ cd ../ && sudo -u peertube ln -s versions/peertube-${VERSION} ./peertube-latest
+cd ./peertube-latest && sudo -u peertube yarn install --production --pure-lockfile
 ```
 
 ### PeerTube configuration