diff options
Diffstat (limited to 'support/doc/tools.md')
-rw-r--r-- | support/doc/tools.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/support/doc/tools.md b/support/doc/tools.md index d30ff56b3..2b3ebf159 100644 --- a/support/doc/tools.md +++ b/support/doc/tools.md | |||
@@ -423,7 +423,7 @@ peertube-runner server | |||
423 | 423 | ||
424 | ### Register | 424 | ### Register |
425 | 425 | ||
426 | Then, you can register the runner on a new PeerTube instance so the runner can process its transcoding job: | 426 | Then, you can register the runner to process transcoding job of a remote PeerTube instance: |
427 | 427 | ||
428 | ```bash | 428 | ```bash |
429 | peertube-runner register --url http://peertube.example.com --registration-token ptrrt-... --runner-name my-runner-name | 429 | peertube-runner register --url http://peertube.example.com --registration-token ptrrt-... --runner-name my-runner-name |