summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorAnish Athalye <me@anishathalye.com>2018-03-27 17:42:42 -0400
committerAnish Athalye <me@anishathalye.com>2018-03-27 17:42:42 -0400
commit04fb8adbd90ee816365fa534e11d2a99bd79ce8b (patch)
treef132166a331b787d507b06d4eb97956913f1cb33 /test
parentf8f46960f4d4217518e0d94a63daf0d525e466ce (diff)
Add instructions for installing test env on macOS
Diffstat (limited to 'test')
-rw-r--r--test/README.md18
1 files changed, 18 insertions, 0 deletions
diff --git a/test/README.md b/test/README.md
index 80ccf99..e553936 100644
--- a/test/README.md
+++ b/test/README.md
@@ -31,6 +31,24 @@ vagrant plugin install sahara
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
-----------------