From 396d2af907234e52b65fbc12710d769144883f5d Mon Sep 17 00:00:00 2001 From: Mark Schouten Date: Fri, 5 Aug 2016 13:14:53 +0200 Subject: [PATCH] Update documentation --- README.md | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 4361283..6614dda 100644 --- a/README.md +++ b/README.md @@ -39,16 +39,18 @@ Requirements Installing ========== -* Run git clone -: ```git clone --recursive https://github.com/tuxis-ie/nsedit.git``` -where you want to run nsedit +* Via Git + - Run git clone in the directory where you want to run nsedit from + : ```git clone https://github.com/tuxis-ie/nsedit.git``` -* Select tag v1.0 -: ```git checkout tags/v1.0``` + - Select tag v1.0 or skip this if you want to run from master + : ```git checkout tags/v1.0``` +* Via releases + - Download the zip-file from [Releases](https://github.com/tuxis-ie/nsedit/releases) * Copy ```includes/config.inc.php-dist``` to ```includes/config.inc.php``` and edit config.inc.php to your needs. -* By default, nsedit writes its user database to ../etc/pdns.users.sqlite3. Be sure that your webserver can create that directory and write to it +* By default, nsedit writes its user database to ../etc/pdns.users.sqlite3. Be sure that your webserver can create that directory and write to it. * Visit http(s):///nsedit/ and login with admin/admin (Don't forget to update your password!)