From 74b82d588c2fc67231de32baba9f751e2efc4fb2 Mon Sep 17 00:00:00 2001 From: Nick Sweeting Date: Wed, 27 Feb 2019 13:34:41 -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 06e6950..240b70b 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 # installs all dependencies +./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.