Browse Source

Update crontab example. Fixes #4

Matthew Jorgensen 5 years ago
parent
commit
42c9b7e5d6
1 changed files with 1 additions and 1 deletions
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -36,7 +36,7 @@ $ ./gof
 Once gof is configured, you might want to add it to your crontab:
 
 ```
-*/30 * * * * /path/to/gof
+*/30 * * * * cd /path/to/$REPO; gof
 ```
 
 [config-blob]: https://git.sr.ht/~mjorgensen/gof/tree/master/gof.yaml.example