From 55b34264a4faab71ba8105ef9007b312daca95f0 Mon Sep 17 00:00:00 2001 From: David Greene Date: Fri, 31 Jul 2020 16:28:11 -0400 Subject: [PATCH] Correction to install script in step 1 - archivebox-setup to setup.sh --- Quickstart.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Quickstart.md b/Quickstart.md index f392555..ce34420 100644 --- a/Quickstart.md +++ b/Quickstart.md @@ -20,7 +20,7 @@ Clone the ArchiveBox repo and install its dependencies. ```bash git clone https://github.com/pirate/ArchiveBox cd ArchiveBox/ -./bin/archivebox-setup # script prompts for user confirmation before installing anything +./bin/setup.sh # script prompts for user confirmation before installing anything ```