From 4805ae919ab2db1e61dea4bb39903ca7e849817a Mon Sep 17 00:00:00 2001 From: Felix Date: Tue, 29 Apr 2025 17:18:47 +0200 Subject: [PATCH] README.md aktualisiert --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 9e395ff..3176b5e 100644 --- a/README.md +++ b/README.md @@ -71,6 +71,7 @@ chmod +x update.sh #### Or automate it with cron: ```bash +chmod +x update.sh crontab -e # Example: run every hour 0 * * * * /path/to/your/Repo/update.sh