update README

This commit is contained in:
Armando Fox 2016-04-03 16:34:24 -07:00
parent cfadc3d03d
commit 9335935135
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ copy of the repository to your development workspace:
0. Then `cd rottenpotatoes-rails-intro` to change to the app's
directory.
0. Run the command `bundle install` to make sure all the gems
0. Run the command `bundle install --without production` to make sure all the gems
(libraries) used by the app are in place.
0. Run `bundle exec rake db:setup` to create the initial database.