From c31dbebd2625f7e958f2330ed69b768c97628f3a Mon Sep 17 00:00:00 2001 From: Nick Sweeting Date: Sun, 6 Jan 2019 21:52:01 -0500 Subject: [PATCH] Updated Install (markdown) --- Install.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Install.md b/Install.md index be437b2..af8ab91 100644 --- a/Install.md +++ b/Install.md @@ -13,7 +13,9 @@ The most important dependency is Chrome headless, so if you can figure out how t ## Automatic Setup -Run `./bin/setup` to install all dependencies automatically on Linux or macOS. BSD and Windows users should follow the manual setup and Docker instructions respectively. +Run `./bin/setup` to install all dependencies automatically on Linux (with `apt`) or macOS (with `brew`). + +BSD and Windows users should follow the manual setup and Docker instructions respectively. ## Docker Setup