From 0f8a33f1e460145c1247bf3deb2e83c1f7508b84 Mon Sep 17 00:00:00 2001 From: Nick Sweeting Date: Tue, 12 Mar 2019 17:28:54 -0400 Subject: [PATCH] Updated Install (markdown) --- Install.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Install.md b/Install.md index dc2a63d..2469b35 100644 --- a/Install.md +++ b/Install.md @@ -53,11 +53,11 @@ Not all the dependencies are required for all modes. If you disable some archive ## Automatic Setup -If you're on Linux with `apt`, or macOS with `brew` there is an automatic setup script `./bin/setup` provided to install all the dependencies. +If you're on Linux with `apt`, or macOS with `brew` there is an automatic setup script provided to install all the dependencies: `./bin/archivebox-setup` Running it will explain what it installs and will prompt you to continue before making any changes to your system. -After running `./bin/setup`, continue with the [[Quickstart]] guide... +After running the setup script, continue with the [[Quickstart]] guide... BSD, Windows, and other users should follow the [Manual Setup](#manual-setup) or [[Docker]] instructions.