Update README.md

This commit is contained in:
Seth Vargo 2016-01-07 15:29:29 -05:00
parent 13dfc9dfb7
commit 1d3dbce813

View File

@ -53,13 +53,11 @@ Ruby 2.0 is needed.
## Contributing to Vagrant ## 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 You can run the test suite with:
be installed with a simple `gem install bundler`. Afterwards, do the following:
bundle install bundle exec rake
rake
This will run the unit test suite, which should come back all green! Then you're good to go! This will run the unit test suite, which should come back all green! Then you're good to go!