From 8fe92fe1fb012607427038702bc4a1b8cd5bdb13 Mon Sep 17 00:00:00 2001 From: sakrecoer Date: Tue, 11 Aug 2026 02:30:57 +0200 Subject: [PATCH] formatting --- README.md | 4 ---- 1 file changed, 4 deletions(-) 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 ```