From 9a56e3052c9bc820eb057882c392e4ddad94ec7b Mon Sep 17 00:00:00 2001 From: Nick Sweeting Date: Sun, 6 Jan 2019 21:54:52 -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 6aee648..6ebf696 100644 --- a/Install.md +++ b/Install.md @@ -12,7 +12,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 (with `apt`) or macOS (with `brew`). +If you're on Linux with `apt`, or macOS with `brew`: + +Run `./bin/setup` to install all dependencies and set up ArchiveBox automatically. BSD and Windows users should follow the manual setup and Docker instructions respectively.