Updated README for Bundler RC5

This commit is contained in:
Mitchell Hashimoto 2010-08-13 23:26:48 -07:00
parent 25c9a36634
commit 8f9bb0c9b3
1 changed files with 2 additions and 2 deletions

View File

@ -48,9 +48,9 @@ and you're welcome to give it a shot. The following is an example showing how to
## Contributing to Vagrant ## Contributing to Vagrant
To hack on vagrant, you'll need [bundler](http://github.com/carlhuda/bundler) which can To hack on vagrant, you'll need [bundler](http://github.com/carlhuda/bundler) which can
be installed with a simple `gem install bundler`. Afterwords, do the following: be installed with a simple `gem install bundler --pre`. Afterwords, do the following:
bundle install bundle install
bundle exec rake rake
This will run the test suite, which should come back all green! Then you're good to go! This will run the test suite, which should come back all green! Then you're good to go!