vagrant/README.md

12 lines
327 B
Markdown
Raw Normal View History

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