README: missing commands added. MyAccount:outlined how to preserver usr_hrn while...
[myslice.git] / README
diff --git a/README b/README
index 3a894cc..3c0f943 100644 (file)
--- a/README
+++ b/README
@@ -16,6 +16,7 @@ See the devel/ subdir for more devel-oriented doc.
 
 * edit myslice/config.py and enter the details of your manifold backend
 
+$ apt-get install python-django-south
 * init django
 $ ./manage.py syncdb
 $ ./manage.py migrate
@@ -43,7 +44,7 @@ $ make redo == make redo-static redo-templates
 
 
 * run a local server:
-$ manage.py runserver 0.0.0.0:8000
+$ ./manage.py runserver 0.0.0.0:8000
 -- or -- my advice:
 $ devel/server-loop.sh
 when you just need to hit ^C yourself when your static files need to be refreshed - see below