From 2f7f67cfba670b086f8c81f66ef70c64b4821863 Mon Sep 17 00:00:00 2001 From: Sam Therapy Date: Thu, 6 Jan 2022 09:08:55 -0600 Subject: [PATCH] README: CRON PATH REEEEEEEEEEEEEEEEEEEEEEEEEEEEEEE Signed-off-by: Sam Therapy --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e3fdf06..7a2a4d2 100644 --- a/README.md +++ b/README.md @@ -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`.