diff --git a/README.md b/README.md index 3301f38..a73eaa9 100644 --- a/README.md +++ b/README.md @@ -6,10 +6,18 @@ Pepperminty wiki is a complete wiki in a box inspired by @am2064's Minty wiki, w Downloading / Installing ------------------------ +### Quickstart All you need to do is download `index.php` in this repository and put it in a folder on your web server. You need to make sure that PHP can write to that folder though. However, you can deny write access to the file itself since there is no automatic updating function built in yet. If you prefer, you can clone this repository or use the "Download Zip" button to the right. +### Building +Pepperminty Wiki uses a simple PHP based build script. If you want to run this script yourself (for whatever reason), follow these instructions: + +1. Clone this repository +2. Delete `index.php`. +3. Run `php build.php`. + Configuring ----------- To configure it, open your downloaded copy of `index.php` in your favourite editor - the settings can be configured at the top of the file. There are extensive comments that explain what each option does. Make sure that you change the allowed usernames and passwords! If you need more help, don't hesitate to open an issue on this repository or contact me.