diff options
Diffstat (limited to 'support')
-rw-r--r-- | support/doc/tools.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/support/doc/tools.md b/support/doc/tools.md index 4f806a9db..1a9ba7d2b 100644 --- a/support/doc/tools.md +++ b/support/doc/tools.md | |||
@@ -59,7 +59,8 @@ $ npm run build:server | |||
59 | 59 | ||
60 | ### CLI wrapper | 60 | ### CLI wrapper |
61 | 61 | ||
62 | The wrapper provides a convenient interface to the following scripts. You can access it as `peertube` via an alias in your `.bashrc` like `alias peertube="node /your/peertube/directory/dist/server/tools/peertube.js"`: | 62 | The wrapper provides a convenient interface to the following scripts. |
63 | You can access it as `peertube` via an alias in your `.bashrc` like `alias peertube="cd /your/peertube/directory/ && node ./dist/server/tools/peertube.js"` (you have to keep the `cd` command): | ||
63 | 64 | ||
64 | ``` | 65 | ``` |
65 | Usage: peertube [command] [options] | 66 | Usage: peertube [command] [options] |