Update README

This commit is contained in:
Mitchell Hashimoto 2014-01-07 14:22:59 -08:00
parent 484998574a
commit fea63500a0
1 changed files with 6 additions and 3 deletions

View File

@ -58,7 +58,10 @@ like so:
bundle exec vagrant help
**NOTE:** By default running Vagrant in via `bundle` will disable plugins (e.g. `vagrant-berkshelf1`).
**NOTE:** By default running Vagrant in via `bundle` will disable plugins.
This is necessary because Vagrant creates its own private Bundler context
(it does not respect your Gemfile), because it uses Bundler to manage plugin
dependencies.
### Acceptance Tests