README.md aktualisiert

This commit is contained in:
2025-04-29 17:17:43 +02:00
parent a37089b75e
commit 8d728150b6

View File

@@ -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
```
---