vagrant/README.md

12 lines
330 B
Markdown

# Vagrant
## Contributing to Vagrant
To hack on vagrant, you'll need [bundler](http://github.com/carlhuda/bundler) which can
be installed with a simple `sudo gem install bundler`. Afterwords, do the following:
bundle install
rake
This will run the test suite, which should come back all green! Then you're good to go!