Update of quick start in README

This commit is contained in:
Yohan Boniface 2012-11-26 21:18:02 +01:00
parent b77be52a15
commit 691e448df5

View file

@ -18,5 +18,5 @@ To bootstrap the project::
cd path/to/youmap/repository
pip install -r requirements.pip
pip install -e .
cp youmap/settings/local.py.example youmap/settings/local.py
manage.py syncdb --migrate
touch youmap/settings/local.py
manage.py syncdb