From 3cd66a5cc7d2654f843bdede5815af30b8e7bf12 Mon Sep 17 00:00:00 2001 From: Brandon Philips Date: Thu, 23 Dec 2010 13:45:10 -0800 Subject: [PATCH] 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 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 308e48cc5..5c8644fdb 100644 --- a/README.md +++ b/README.md @@ -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!