]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/commitdiff
Improve production guide format
authorChocobozzz <me@florianbigard.com>
Tue, 29 May 2018 07:36:14 +0000 (09:36 +0200)
committerChocobozzz <me@florianbigard.com>
Tue, 29 May 2018 07:36:14 +0000 (09:36 +0200)
support/doc/production.md

index b354e75ebe2d35392e29f005eed5f8d28b90c780..ea5a27a3b1b853a93494858c587cc2cc3c28c37b 100644 (file)
@@ -59,11 +59,11 @@ $ sudo -u peertube wget -q "https://github.com/Chocobozzz/PeerTube/releases/down
 $ sudo -u peertube unzip peertube-${VERSION}.zip && sudo -u peertube rm peertube-${VERSION}.zip
 ```
 
-Install Peertube. If you're using CentOS7, do not forget to activate the devtoolset-6 software collection:
+*If you're using CentOS7, do not forget to activate the devtoolset-6 software collection.
+And after that, follow the step as usual. Do not forget to exit the environment after installing Peertube:*
 ```
 $ scl enable devtool-6 bash
 ```
-And after that, follow the step as usual. Do not forget to exit the environment after installing Peertube.
 
 Install Peertube:
 ```