diff --git a/README.md b/README.md index 91aad8c..e8b368d 100644 --- a/README.md +++ b/README.md @@ -9,8 +9,12 @@ getting a local copy running. 1. Clone the repo. 2. Setup a virtualenv. -3. `pip install -r requirements` +3. `pip install -r requirements.txt` 4. Copy local_settings-template.py to local_settings.py and edit the settings. -5. Run it! +5. Comment out [this line](https://github.com/nicksergeant/snipt/blob/master/snipts/models.py#L19) from `snipts/models.py` +6. `python manage.py syncdb` +7. `python manage.py migrate` +8. Uncomment the line in `snipt/models.py` +9. `python manage.py runserver` Any problems / questions / bugs, [create an issue](https://github.com/nicksergeant/snipt/issues). Thanks! :)