From f2f7de23cfd1a12abc6beee4828bc3a95969ce87 Mon Sep 17 00:00:00 2001 From: Kevin Pfeifer Date: Sun, 9 Jul 2023 15:15:03 +0200 Subject: [PATCH] update README --- README.md | 2 ++ 1 file changed, 2 insertions(+) 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 ```