From d9e853a7b6f66ea92c2738f6b7b0e079d53ce855 Mon Sep 17 00:00:00 2001 From: nytpu Date: Fri, 19 Mar 2021 19:08:33 -0600 Subject: [PATCH] fix typo in quickstart --- doc/quickstart.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/quickstart.md b/doc/quickstart.md index 8389bb1..4c44f78 100644 --- a/doc/quickstart.md +++ b/doc/quickstart.md @@ -55,14 +55,14 @@ currently in and run `comitium add` for each of them. I just put it in my crontab to refresh on a six hour interval: ``` -* */6 * * * /usr/local/bin/comitium refresh +0 */6 * * * /usr/local/bin/comitium refresh ``` If you set the data directory with an environment variable like mentioned earlier, make sure to do something like this, because the environment variable isn't passed to cron: ``` -* */6 * * * /usr/local/bin/comitium refresh -d /home/somebody/public_gemini +0 */6 * * * /usr/local/bin/comitium refresh -d /home/somebody/public_gemini ```