Merge pull request #2767 from joestump/master

Update README to note running Vagrant in a bundle disables plugins by default.
This commit is contained in:
Mitchell Hashimoto 2014-01-07 14:22:10 -08:00
commit 484998574a
1 changed files with 2 additions and 0 deletions

View File

@ -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