Slight edit to README

This commit is contained in:
Mitchell Hashimoto 2010-12-23 16:35:41 -08:00
parent 3cd66a5cc7
commit dae641972a
1 changed files with 5 additions and 1 deletions

View File

@ -52,6 +52,10 @@ be installed with a simple `gem install bundler --pre`. Afterwords, do the follo
bundle install bundle install
rake rake
bundle exec bin/vagrant help
This will run the test suite, which should come back all green! Then you're good to go! This will run the test suite, which should come back all green! Then you're good to go!
If you want to run Vagrant without having to install the gem, you may use `bundle exec`,
like so:
bundle exec bin/vagrant help