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 #