diff --git a/README.md b/README.md index 7a5e725..207fd5f 100644 --- a/README.md +++ b/README.md @@ -112,6 +112,8 @@ bin/cake schedule:view ### Running the Scheduler +You still need the following entry in your `crontab` + ``` * * * * * cd /path-to-your-project && bin/cake schedule:run >> /dev/null 2>&1 ```