From 8d728150b6b2de351acc16d4a6561f844ee9b911 Mon Sep 17 00:00:00 2001 From: Felix Date: Tue, 29 Apr 2025 17:17:43 +0200 Subject: [PATCH] README.md aktualisiert --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index def3d21..9e395ff 100644 --- a/README.md +++ b/README.md @@ -64,6 +64,7 @@ The `update.sh` script in the root of this repository is used to: #### Run it manually: ```bash +chmod +x update.sh ./update.sh ``` @@ -72,7 +73,7 @@ The `update.sh` script in the root of this repository is used to: ```bash crontab -e # Example: run every hour -0 * * * * /path/to/your/FeloStore-Repo/update.sh +0 * * * * /path/to/your/Repo/update.sh ``` ---