Update README.md

This commit is contained in:
Seth Vargo 2016-01-07 15:29:29 -05:00
parent 13dfc9dfb7
commit 1d3dbce813
1 changed files with 3 additions and 5 deletions

View File

@ -53,13 +53,11 @@ Ruby 2.0 is needed.
## Contributing to Vagrant
### Dependencies and Unit Tests
To install Vagrant from source, please [follow the guide in the Wiki](https://github.com/mitchellh/vagrant/wiki/Installing-Vagrant-from-Source).
To hack on Vagrant, you'll need [bundler](https://github.com/bundler/bundler) which can
be installed with a simple `gem install bundler`. Afterwards, do the following:
You can run the test suite with:
bundle install
rake
bundle exec rake
This will run the unit test suite, which should come back all green! Then you're good to go!