diff --git a/README.md b/README.md index 4586789..fe86d98 100644 --- a/README.md +++ b/README.md @@ -55,6 +55,7 @@ CREATE TABLE `archive_logs` ( `protected` tinyint(1) NOT NULL DEFAULT '0', PRIMARY KEY (`id`) ); +``` ### Usage @@ -68,8 +69,10 @@ CREATE TABLE `archive_logs` ( Ensure `process.sh` is executable and run it manually or set up a cron job to run it automatically. +```bash chmod +x process.sh ./process.sh +``` 3. **Set Up the Web Server**