summaryrefslogtreecommitdiff
path: root/doc/worker.markdown
diff options
context:
space:
mode:
authorFrederic Guillot <fred@kanboard.net>2016-11-29 20:22:41 -0500
committerFrederic Guillot <fred@kanboard.net>2016-11-29 20:26:18 -0500
commit978a3c70fee3baecb5d25da551db7e2fc23c55f7 (patch)
treec5105efbd6b14812093599212b8d50165a007dc4 /doc/worker.markdown
parentfdc4e04e870b82fe93eb0f03b4f54faf8252ba6c (diff)
Simplify .htaccess and rename command line script
Diffstat (limited to 'doc/worker.markdown')
-rw-r--r--doc/worker.markdown4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/worker.markdown b/doc/worker.markdown
index 8516068b..89becacd 100644
--- a/doc/worker.markdown
+++ b/doc/worker.markdown
@@ -19,7 +19,7 @@ This feature is optional and require the installation of a queue daemon on your
- To install Beanstalk, you can simply use the package manager of your Linux distribution
- Install the [Kanboard plugin for Beanstalk](https://kanboard.net/plugin/beanstalk)
-- Start the worker with the Kanboard command line tool: `./kanboard worker`
+- Start the worker with the Kanboard command line tool: `./cli worker`
### RabbitMQ
@@ -27,7 +27,7 @@ This feature is optional and require the installation of a queue daemon on your
- Follow the official documentation of RabbitMQ for the installation and the configuration
- Install the [Kanboard plugin for RabbitMQ](https://kanboard.net/plugin/rabbitmq)
-- Start the worker with the Kanboard command line tool: `./kanboard worker`
+- Start the worker with the Kanboard command line tool: `./cli worker`
### Notes