diff options
author | Chocobozzz <me@florianbigard.com> | 2019-01-14 11:01:40 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2019-01-14 11:01:40 +0100 |
commit | bb8f7872f5a473c47a688b0c282ff34cd78a9835 (patch) | |
tree | 400b8e2a37f0ab610b48f7e121e0da1c390651fb /support/doc/tools.md | |
parent | cf405589f06a9ac9d5a05b09bf2183fbf88d56d7 (diff) | |
download | PeerTube-bb8f7872f5a473c47a688b0c282ff34cd78a9835.tar.gz PeerTube-bb8f7872f5a473c47a688b0c282ff34cd78a9835.tar.zst PeerTube-bb8f7872f5a473c47a688b0c282ff34cd78a9835.zip |
Fix peertube CLI documentation
Diffstat (limited to 'support/doc/tools.md')
-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] |