# HG changeset patch # User neko259 # Date 2013-12-10 09:45:45 # Node ID 19aabb0e8aa02a3752fb988f6ab22fa787043363 # Parent e935d94156c0ee549ee9bd14a9a9271077b44b7f Even more readme fixes! diff --git a/readme.markdown b/readme.markdown --- a/readme.markdown +++ b/readme.markdown @@ -28,16 +28,8 @@ Site: http://neboard.me/ 1. Install all dependencies over pip or system-wide 2. Setup a database in neboard/settings.py -3. Run - - ./manage.py syncdb - -and ensure the database was created -4. Run - - ./manage.py migrate boards - -to apply all south migrations +3. Run `./manage.py syncdb` and ensure the database was created +4. Run `./manage.py migrate boards` to apply all south migrations # RUNNING #