bsdtar appears to be required for all Vagrant use.
This commit is contained in:
parent
8c03b5179a
commit
ede2c295f4
|
@ -19,6 +19,8 @@ between Windows, Mac OS X, and Linux.
|
|||
|
||||
## Quick Start
|
||||
|
||||
Package dependencies: Vagrant requires `bsdtar` to be available on your system PATH to run successfully.
|
||||
|
||||
For the quick-start, we'll bring up a development machine on
|
||||
[VirtualBox](https://www.virtualbox.org/) because it is free and works
|
||||
on all major platforms. Vagrant can, however, work with almost any
|
||||
|
@ -50,8 +52,6 @@ and you're welcome to give it a shot. Please review the installation page [here]
|
|||
|
||||
## Contributing to Vagrant
|
||||
|
||||
Package dependencies: Vagrant requires `bsdtar` to be available on your system PATH to run tests successfully.
|
||||
|
||||
Once your Vagrant bundle is installed from Git repository, you can run the test suite with:
|
||||
|
||||
bundle exec rake
|
||||
|
|
Loading…
Reference in New Issue