From 89dc3aa8bf39b9d88bc3eccaf66fd1ab0aba99d0 Mon Sep 17 00:00:00 2001
From: Mark Schouten <mark@tuxis.nl>
Date: Mon, 26 May 2014 11:33:25 +0200
Subject: [PATCH] Update readme

---
 README.md | 26 ++++++++++++++++++++++++--
 1 file changed, 24 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 6520f53..b70f65a 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,29 @@
 nsedit
 ======
 
-DNS Editor working with PowerDNS's new API
+DNS Editor working with PowerDNS' new API
+
+You can testdrive it via http://nsedit.tuxis.nl/ . Log in with admin/admin.
+Feel free to change stuff, but please let admin/admin be admin/admin :)
 
 
-You can testdrive it via http://nsedit.tuxis.nl/ . Log in with admin/admin. Feel free to change stuff, but please let admin/admin be admin/admin :)
+requirements
+============
+* A webserver running php
+* php sqlite3
+* php curl
+* PowerDNS with the experimental JSON-api enabled
+
+installing
+==========
+
+* Run 
+```git clone --recursive https://github.com/tuxis-ie/nsedit.git```
+where you want to run nsedit
+
+* Copy ```includes/config.inc.php-dist``` to ```includes/config.inc.php``` and edit config.inc.php to your needs.
+
+* Visit http(s)://<url>/nsedit/ and login with admin/admin (Don't forget to update your password!)
+
+Have fun ;)
+