From dae641972aed6ae77d6ffab83d6219c675f7e838 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Thu, 23 Dec 2010 16:35:41 -0800 Subject: [PATCH] Slight edit to README --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5c8644fdb..443b9b615 100644 --- a/README.md +++ b/README.md @@ -52,6 +52,10 @@ 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! + +If you want to run Vagrant without having to install the gem, you may use `bundle exec`, +like so: + + bundle exec bin/vagrant help