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

@ -38,7 +38,7 @@ If you want the bleeding edge version of Vagrant, we try to keep master pretty s
and you're welcome to give it a shot. The following is an example showing how to do this:
rake install
Ruby 2.0 is needed.
## Contributing to Vagrant
@ -57,8 +57,11 @@ 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`).
**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