fixed setup instructions

This commit is contained in:
ioBridge 2011-03-27 20:04:02 -04:00
parent 8f827f4d5f
commit 626506f760
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ h3. Configuration
1. Set your database configuration file at config/database.yml (see config/database.yml.example for an example)
2. Create the database: rake db:create
3. Create the database tables: rake db:migrate
3. Create the database tables: rake db:schema:load
h3. Run The Application