Update README.md

This commit is contained in:
Settoshi Tonami 🎷🐛 2026-07-31 13:13:39 +02:00
parent df3c99b41e
commit d7247df96c

View file

@ -184,7 +184,7 @@ To test fetching data without full deployment:
```bash ```bash
cd /path/to/your-cloned-git cd /path/to/your-cloned-git
./fetch-and-convert.sh ./fetch-and-convert.sh
hugo server -D hugo server
# Visit http://localhost:1313 to preview # Visit http://localhost:1313 to preview
``` ```
@ -234,7 +234,7 @@ crontab -l
grep CRON /var/log/syslog grep CRON /var/log/syslog
# Test the script manually # Test the script manually
/var/www/your-site/deploy.sh /path/to/your/clonedgit/deploy.sh
``` ```
### 5. Empty data files ### 5. Empty data files