diff --git a/README.md b/README.md index c7d9bca..c9bf4ef 100644 --- a/README.md +++ b/README.md @@ -147,16 +147,12 @@ chmod +x deploy.sh Add to crontab (runs every 30 minutes) - ```bash - # Edit crontab crontab -e ``` - ```bash - # Add this line: */30 * * * * /path/to/your-cloned-git/deploy.sh ```