diff options
-rw-r--r-- | support/doc/tools.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/support/doc/tools.md b/support/doc/tools.md index 53bfab468..0a2f1f11b 100644 --- a/support/doc/tools.md +++ b/support/doc/tools.md | |||
@@ -13,7 +13,7 @@ | |||
13 | 13 | ||
14 | You need at least 512MB RAM to run the script. | 14 | You need at least 512MB RAM to run the script. |
15 | Scripts can be launched directly from a PeerTube server, or from a separate server, even a desktop PC. | 15 | Scripts can be launched directly from a PeerTube server, or from a separate server, even a desktop PC. |
16 | You need to follow all the following steps even if you are on a PeerTube server (including cloning the git repository in a different directory than your production installation). | 16 | You need to follow all the following steps even if you are on a PeerTube server (including cloning the git repository in a different directory than your production installation because the scripts utilize non-production dependencies). |
17 | 17 | ||
18 | ### Dependencies | 18 | ### Dependencies |
19 | 19 | ||
@@ -133,4 +133,4 @@ To fix this, you have to run: | |||
133 | 133 | ||
134 | ``` | 134 | ``` |
135 | $ sudo -u peertube NODE_CONFIG_DIR=/var/www/peertube/config NODE_ENV=production npm run update-host | 135 | $ sudo -u peertube NODE_CONFIG_DIR=/var/www/peertube/config NODE_ENV=production npm run update-host |
136 | ``` \ No newline at end of file | 136 | ``` |