From 10a5fe613fe49b963c37ac8c98f7578d7e15f845 Mon Sep 17 00:00:00 2001 From: Thomas Waldmann Date: Sat, 28 Sep 2013 11:00:07 +0200 Subject: [PATCH] minor readme fixes I changed it to use directory name "nsupdate" because some tools complain if there is a "." inside. --- README.md | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index acdcf25..40a82e3 100644 --- a/README.md +++ b/README.md @@ -7,22 +7,27 @@ nsupdate.info is also the name of the software used to implement it. Installation -=================== +============ -If you haven't already done create and change to a virtualenv for the installation (here with virtualenvwrapper) +If you haven't already done create and change to a virtualenv for the +installation (here with virtualenvwrapper) ``` mkvirtualenv nsupdate workon nsupdate ``` + Clone the repo and cd into ``` -git clone git@github.com:asmaps/nsupdate.info.git -cd nsupdate.info +git clone git@github.com:asmaps/nsupdate.info.git nsupdate +cd nsupdate ``` -Then install requirements (either "dev" or just "all" for production) + +Then install the requirements (either "dev" or just "all" for production) ``` pip install -r requirements.d/all.txt #or for dev pip install -r requirements.d/dev.txt ``` + From time to time execute this again to install the newest dependencies. +