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