Update 'README.md'

This commit is contained in:
Ze'ev Schurmann 2024-02-01 03:42:20 +02:00
parent f5e50336e3
commit 74e9f011dc
1 changed files with 6 additions and 1 deletions

View File

@ -11,3 +11,8 @@ 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.
Example crontab entry to check for updates every 4 hours:
````
00 */4 * * * root bash /root/scripts/nextcloud-telegram-notify/checkupdates.sh
````