Update README.md

This commit is contained in:
Eric Johansson (neku) 2015-11-09 02:05:33 +01:00
parent 22146080b2
commit d99e1e17e6
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ Modify
* 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`
* After running crontab -e, add "0,15,30,45 * * * * bash /home/neku/www/check.sh" (without ""), or read up on how cron works.
* After running `crontab -e`, add `0,15,30,45 * * * * bash /home/neku/www/check.sh`, 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.