From 14c3708627eb1c251f08881e4023d8854458f3d4 Mon Sep 17 00:00:00 2001 From: Anon Date: Sun, 9 Oct 2022 13:24:18 -0700 Subject: [PATCH] Minor update --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1ff0643..20897a0 100644 --- a/README.md +++ b/README.md @@ -112,7 +112,7 @@ Next, run the following commands: If you followed the steps above the cron job should run every 30 minutes at 25 and 55 minutes past the hour. Tail the log file to ensure it's working correctly. ## Advanced cron -If you want to post in sequential order from your profiles (assuming you have multiple), you can use the `-i` flag and grep from the log file to start the bot at the last index it posted from. +If you want to post in sequential order from your profiles (assuming you have multiple), you can use the `-i` flag and grep from the log file to start the bot at the next index. Don't worry about an index that is out of range. The bot will wrap around the list. Remember your first profile is always at index 0. Below is an example on how to do this with cron: - `crontab -e`