Add instructions for installing test env on macOS
This commit is contained in:
parent
f8f46960f4
commit
04fb8adbd9
1 changed files with 18 additions and 0 deletions
|
@ -31,6 +31,24 @@ vagrant plugin install sahara
|
||||||
git submodule update --init --recursive
|
git submodule update --init --recursive
|
||||||
```
|
```
|
||||||
|
|
||||||
|
### macOS
|
||||||
|
|
||||||
|
- Install the test requirements
|
||||||
|
- [VirtualBox](https://www.virtualbox.org/wiki/Downloads)
|
||||||
|
- [Vagrant](https://www.vagrantup.com/downloads.html)
|
||||||
|
|
||||||
|
- Install the [Sahara][sahara] Vagrant plugin
|
||||||
|
|
||||||
|
```bash
|
||||||
|
vagrant plugin install sahara
|
||||||
|
```
|
||||||
|
|
||||||
|
- Install Dotbot dependencies
|
||||||
|
|
||||||
|
```bash
|
||||||
|
git submodule update --init --recursive
|
||||||
|
```
|
||||||
|
|
||||||
Running the Tests
|
Running the Tests
|
||||||
-----------------
|
-----------------
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue