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