aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index feb29f9..d33c6ac 100644
--- a/README.md
+++ b/README.md
@@ -56,7 +56,7 @@ For testing, you can run Servo without any extra setup:
If you want to run rules, set ENABLE_RULES = True and start the worker task and scheduler:
- $ ./manage.py rqworker &
+ $ rq worker --with-scheduler &
$ ./manage.py scheduler
Then fire up your browser and got to [http://localhost:8000/](http://localhost:8000/)