diff --git a/README.md b/README.md index f9ec7ea..3a09227 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,9 @@ # mystic-twitupd global blacklist update script thingy + +## recommended automation +using crontab, you could set it up thus; + +``` +0 0 * * * /mystic/scripts/twitupd.sh && logger -t "mystic_twitupd.sh" "[crontab] blacklist.txt updated" +```