Update README to note running Vagrant in a bundle disables plugins by default.

This commit is contained in:
Joe Stump 2014-01-06 09:29:16 -07:00
parent f51b6d0708
commit 83f68630d6
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