e5903129e1 | ||
---|---|---|
bin | ||
config | ||
lib | ||
script | ||
test | ||
.gitignore | ||
Gemfile | ||
README.md | ||
Rakefile | ||
VERSION |
README.md
Vagrant
Contributing to Vagrant
To hack on vagrant, you'll need 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!