summaryrefslogtreecommitdiffstats
path: root/README.rst
diff options
context:
space:
mode:
authorAamir Khan <syst3m.w0rm@gmail.com>2012-07-05 03:09:06 -0400
committerAamir Khan <syst3m.w0rm@gmail.com>2012-07-05 03:09:06 -0400
commitf6f8fc69b23bc1d66ca89fe57e6fbca58d4edf6a (patch)
tree2e0dc516376ac559eee646aa9aee2341808b792e /README.rst
parent0cc7d714a9f4cff9b7fe55174fd517bf8227b382 (diff)
downloadhyperkitty-f6f8fc69b23bc1d66ca89fe57e6fbca58d4edf6a.tar.gz
hyperkitty-f6f8fc69b23bc1d66ca89fe57e6fbca58d4edf6a.tar.xz
hyperkitty-f6f8fc69b23bc1d66ca89fe57e6fbca58d4edf6a.zip
README.rst updated
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst5
1 files changed, 3 insertions, 2 deletions
diff --git a/README.rst b/README.rst
index 2a0a42e..3ab3986 100644
--- a/README.rst
+++ b/README.rst
@@ -35,8 +35,9 @@ Installation
1. Clone the repository
2. Install all the dependencies using **pip install -r requirements.txt**
3. Load data into postgresql using kittystore (https://github.com/pypingou/kittystore)
-4. python manage.py syncdb
-5. python manage.py runserver
+4. Create symlink kittystore using **ln -s {path-to-kittystore}/kittystore/ kittystore**
+5. python manage.py syncdb
+6. python manage.py runserver
License