From 534ab79cf0ccb6e738b92591ac6cbb6de5608b7b Mon Sep 17 00:00:00 2001 From: Nick Sergeant Date: Tue, 2 Oct 2012 19:33:01 -0400 Subject: [PATCH] I haz numbers. --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index e5494a1..9f9d49d 100644 --- a/README.md +++ b/README.md @@ -11,11 +11,11 @@ getting a local copy running. 2. Setup a virtualenv. 3. `pip install -r requirements.txt` 4. `pip install --index-url https://code.stripe.com --upgrade stripe` -4. Copy local_settings-template.py to local_settings.py and edit the settings. -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` +5. Copy local_settings-template.py to local_settings.py and edit the settings. +6. Comment out [this line](https://github.com/nicksergeant/snipt/blob/master/snipts/models.py#L19) from `snipts/models.py` +7. `python manage.py syncdb` +8. `python manage.py migrate` +9. Uncomment the line in `snipt/models.py` +10. `python manage.py runserver` Any problems / questions / bugs, [create an issue](https://github.com/nicksergeant/snipt/issues). Thanks! :)