From 74e9f011dcb1781d6d331131a0ef429f3941dfcc Mon Sep 17 00:00:00 2001 From: thisiszeev Date: Thu, 1 Feb 2024 03:42:20 +0200 Subject: [PATCH] Update 'README.md' --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 93a2ed7..94765bb 100644 --- a/README.md +++ b/README.md @@ -10,4 +10,9 @@ If you don't know how to set up a Telegram bot and channel then google it. ![screenshot](images/checkupdates.png) -Run this as a cronjob. It will send you no more than one Telegram per day if there are updates available. \ No newline at end of file +Run this as a cronjob. It will send you no more than one Telegram per day if there are updates available. + +Example crontab entry to check for updates every 4 hours: +```` +00 */4 * * * root bash /root/scripts/nextcloud-telegram-notify/checkupdates.sh +```` \ No newline at end of file