diff options
| author | nytpu <alex@nytpu.com> | 2021-03-19 19:08:33 -0600 |
|---|---|---|
| committer | nytpu <alex@nytpu.com> | 2021-03-19 19:08:33 -0600 |
| commit | d9e853a7b6f66ea92c2738f6b7b0e079d53ce855 (patch) | |
| tree | b24f2882a76cbf7d5efd038f6432c2ccf793ee41 /doc | |
| parent | eb0a50d9a78b1b02b6535145ce48b8e9b0cec260 (diff) | |
fix typo in quickstart
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/quickstart.md | 4 |
1 files 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 ``` |
