diff options
author | Chocobozzz <me@florianbigard.com> | 2018-05-29 09:36:14 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2018-05-29 09:36:14 +0200 |
commit | 87529dbfdfab576646379bb53f99b590cee7fb86 (patch) | |
tree | 4122d27f00650d81f1c3fa4e6629f9b1999907ff | |
parent | cfdd9eb4b0458b64fa388685c1e9784fab81b7f2 (diff) | |
download | PeerTube-87529dbfdfab576646379bb53f99b590cee7fb86.tar.gz PeerTube-87529dbfdfab576646379bb53f99b590cee7fb86.tar.zst PeerTube-87529dbfdfab576646379bb53f99b590cee7fb86.zip |
Improve production guide format
-rw-r--r-- | support/doc/production.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/support/doc/production.md b/support/doc/production.md index b354e75eb..ea5a27a3b 100644 --- a/support/doc/production.md +++ b/support/doc/production.md | |||
@@ -59,11 +59,11 @@ $ sudo -u peertube wget -q "https://github.com/Chocobozzz/PeerTube/releases/down | |||
59 | $ sudo -u peertube unzip peertube-${VERSION}.zip && sudo -u peertube rm peertube-${VERSION}.zip | 59 | $ sudo -u peertube unzip peertube-${VERSION}.zip && sudo -u peertube rm peertube-${VERSION}.zip |
60 | ``` | 60 | ``` |
61 | 61 | ||
62 | Install Peertube. If you're using CentOS7, do not forget to activate the devtoolset-6 software collection: | 62 | *If you're using CentOS7, do not forget to activate the devtoolset-6 software collection. |
63 | And after that, follow the step as usual. Do not forget to exit the environment after installing Peertube:* | ||
63 | ``` | 64 | ``` |
64 | $ scl enable devtool-6 bash | 65 | $ scl enable devtool-6 bash |
65 | ``` | 66 | ``` |
66 | And after that, follow the step as usual. Do not forget to exit the environment after installing Peertube. | ||
67 | 67 | ||
68 | Install Peertube: | 68 | Install Peertube: |
69 | ``` | 69 | ``` |