Skip to content

Commit

Permalink
Fixed INSTALL instructions.
Browse files Browse the repository at this point in the history
  • Loading branch information
schof committed Apr 3, 2009
1 parent 4743b86 commit 36fd82c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions INSTALL
Expand Up @@ -13,10 +13,10 @@ install Spree:

3. Run the database bootstrap rake task:

$ rake production db:bootstrap
$ rake db:bootstrap RAILS_ENV=production

(If you would like bootstrap your development database just run `rake
development db:bootstrap` or simply `rake db:bootstrap`.)
db:bootstrap RAILS_ENV=development` or simply `rake db:bootstrap`.)

4. Start it like a normal Rails application. To test execute:

Expand Down

0 comments on commit 36fd82c

Please sign in to comment.