Skip to content

Commit adc8151

Browse files
authored
Update README.md
1 parent c4f60e8 commit adc8151

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77

88
## Getting Started
99

10-
1. Fork this repo, and clone it into your WDI class folder on your local machine.
11-
2. Run `bundle install` to install gems.
10+
1. Fork this repo, and clone it onto your local machine.
11+
2. Run `bundle update` and `bundle install` to update and install gems.
1212
3. Run `rails db:create db:migrate` to create and migrate the database.
1313
4. Start your Rails server.
1414
5. The primary gem you'll use for testing this app is `rspec-rails`. You may also use `factory_girl_rails` to set up and tear down test data, `ffaker` to create realistic fake data, and `shoulda-matchers` for extra matchers. Examine your `Gemfile` to make sure these gems are included.

0 commit comments

Comments
 (0)