README: CRON PATH REEEEEEEEEEEEEEEEEEEEEEEEEEEEEEE

Signed-off-by: Sam Therapy <sam@samtherapy.net>
This commit is contained in:
Sam Therapy 2022-01-06 09:08:55 -06:00
parent 4e0e484456
commit 2f7f67cfba
Signed by: sam
GPG Key ID: 4D8B07C18F31ACBD
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ You're done! The bot should post a local image to the fediverse instance of your
The bot can be automated to post images at set times using a cronjob. \
Example cron configuration:
```
0 * * * * cd /path/to/fediverse-imagebot && yarn local -m "Message"
0 * * * * cd /path/to/fediverse-imagebot && /usr/local/bin/yarn local -m "Message"
```
This example will run the bot every hour on the hour with the post message `Message`.