fix typo in quickstart

This commit is contained in:
nytpu
2021-03-19 19:08:33 -06:00
parent eb0a50d9a7
commit d9e853a7b6
+2 -2
View File
@@ -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: 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 If you set the data directory with an environment variable like mentioned
earlier, make sure to do something like this, because the environment variable earlier, make sure to do something like this, because the environment variable
isn't passed to cron: 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
``` ```