update README

This commit is contained in:
Lee Lawlor 2014-02-18 12:10:17 -05:00
parent 032f04c438
commit b4764ea83d

View File

@ -47,5 +47,6 @@ h1. Installation on clean install of Ubuntu 12.04 LTS
<code>bundle install</code>
<code>cp config/database.yml.example config/database.yml</code>
<code>rake db:create</code>
<code>rake db:schema:load</code>
<code>rails server</code>