From 5333caf0b72d6a72d22d8e55a4e6ae94446625af Mon Sep 17 00:00:00 2001 From: Starbeamrainbowlabs Date: Tue, 25 Nov 2014 19:10:54 +0000 Subject: [PATCH] Added alternative download options --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index fec543d..70ed298 100644 --- a/README.md +++ b/README.md @@ -2,11 +2,16 @@ Pepperminty-Wiki ================ A wiki in a box - Pepperminty wiki is a complete wiki in a box and is inspired by @am2064's Minty wiki, which can be found here: https://github.com/am2064/Minty-Wiki +Downloading / Installing +------------------------ 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. + +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. If you need more help, don't hesitate to open an issue on this repository or contact me. --Starbeamrainbowlabs