Commit 24feb61c7b48af58c9c89170b1f435518205f84d

Added rake db:migrate to quick start instructions

Commit diff

README

 
1010 cd enki
1111 git checkout -b myblog # Create a new work branch
1212 cp config/database.example.yml config/database.yml
13 # Edit config/enki.yml to taste
13 # Edit config/enki.yml and config/database.yml to taste
14 rake db:migrate
1415 rake spec
1516 ./script/server
1617 # Load http://localhost:3000/admin in your browser
toggle raw diff