From 22146080b214c7ca8a4dc1ab85224645d75612b0 Mon Sep 17 00:00:00 2001 From: "Eric Johansson (neku)" Date: Mon, 9 Nov 2015 02:04:53 +0100 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7baf964..8fd532e 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,8 @@ Modify * Modify includes/core.php where to save files and other paths. * Set correct paths in several other files. (Will add fix for this via config file instead). * Change uguu.se to your own name in several files. -* Cron with check.sh: `crontab -e` +* Cron with check.sh: `crontab -e` +* After running crontab -e, add "0,15,30,45 * * * * bash /home/neku/www/check.sh" (without ""), or read up on how cron works. * Some extensions are blocked by default, this can be changed via includes/core.php's $block array. * Everything else to your likings.