From 353eb09b82e839e91d976c8b7bacb7a315cb78c2 Mon Sep 17 00:00:00 2001 From: Nick Sweeting Date: Wed, 27 Feb 2019 13:34:49 -0500 Subject: [PATCH] Updated Quickstart (markdown) --- Quickstart.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Quickstart.md b/Quickstart.md index 240b70b..f28f268 100644 --- a/Quickstart.md +++ b/Quickstart.md @@ -12,7 +12,7 @@ Create a folder to store your archive, and clone the ArchiveBox repo into it. ```bash git clone https://github.com/pirate/ArchiveBox cd ArchiveBox/ -./setup # setup script will prompt for confirmation before making any system changes +./setup # setup script will prompt for confirmation before making any system changes ``` For more detail, including the manual setup and docker instructions, see the [[Install]] page.