From 83f68630d6311cf2159cd92682e16202e02ca069 Mon Sep 17 00:00:00 2001 From: Joe Stump Date: Mon, 6 Jan 2014 09:29:16 -0700 Subject: [PATCH] Update README to note running Vagrant in a bundle disables plugins by default. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 1e032552e..2d56ea844 100644 --- a/README.md +++ b/README.md @@ -57,6 +57,8 @@ If you want to run Vagrant without having to install the gem, you may use `bundl like so: bundle exec vagrant help + +**NOTE:** By default running Vagrant in via `bundle` will disable plugins (e.g. `vagrant-berkshelf1`). ### Acceptance Tests