bsdtar appears to be required for all Vagrant use.

This commit is contained in:
Greg J Preece 2019-06-04 21:27:14 -07:00
parent 8c03b5179a
commit ede2c295f4
1 changed files with 2 additions and 2 deletions

View File

@ -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