README: add hint on how to run vagrant from git

I am a total newb and it took me a moment to figure this step out. Might
help others out too. :-P

Signed-off-by: Brandon Philips <brandon@ifup.org>
This commit is contained in:
Brandon Philips 2010-12-23 13:45:10 -08:00 committed by Mitchell Hashimoto
parent 7f41ce11b4
commit 3cd66a5cc7
1 changed files with 1 additions and 0 deletions

View File

@ -52,5 +52,6 @@ be installed with a simple `gem install bundler --pre`. Afterwords, do the follo
bundle install
rake
bundle exec bin/vagrant help
This will run the test suite, which should come back all green! Then you're good to go!