From ab2f5403dc84b0a4c7436a416a64680544a7d344 Mon Sep 17 00:00:00 2001 From: "@nicholasmag" Date: Thu, 18 Jul 2024 17:51:52 -0700 Subject: [PATCH] readme/license fix --- README.md | 3 +++ 1 file changed, 3 insertions(+) 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**