Slight edit to README
This commit is contained in:
parent
3cd66a5cc7
commit
dae641972a
|
@ -52,6 +52,10 @@ be installed with a simple `gem install bundler --pre`. Afterwords, do the follo
|
||||||
|
|
||||||
bundle install
|
bundle install
|
||||||
rake
|
rake
|
||||||
bundle exec bin/vagrant help
|
|
||||||
|
|
||||||
This will run the test suite, which should come back all green! Then you're good to go!
|
This will run the test suite, which should come back all green! Then you're good to go!
|
||||||
|
|
||||||
|
If you want to run Vagrant without having to install the gem, you may use `bundle exec`,
|
||||||
|
like so:
|
||||||
|
|
||||||
|
bundle exec bin/vagrant help
|
||||||
|
|
Loading…
Reference in New Issue