diff --git a/README.md b/README.md index 3e00dfd24af..db71b644dda 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ Bundler is most commonly used to manage your application's dependencies. For exa ``` bundle init -echo 'gem "rspec"' >> Gemfile +bundle add rspec bundle install bundle exec rspec ```