updating documentation

This commit is contained in:
Craig Kerstiens
2012-01-03 10:19:26 -05:00
parent 473ce74a03
commit 3b5f2eaf69
+2
View File
@@ -7,6 +7,7 @@ Getting setup
-------------
::
virtualenv --no-site-packages venv
source venv/bin/activate
pip install -r requirements.txt
@@ -17,6 +18,7 @@ Deploying to Heroku
-------------------
::
heroku create -s cedar
git push heroku master
heroku run python app/manage.py syncdb