From 60bb4cedb396057392a98ef4298dc7d875d155b3 Mon Sep 17 00:00:00 2001 From: Nick Sweeting Date: Tue, 12 Mar 2019 18:03:48 -0400 Subject: [PATCH] Updated Quickstart (markdown) --- Quickstart.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Quickstart.md b/Quickstart.md index fc1f549..5f88a85 100644 --- a/Quickstart.md +++ b/Quickstart.md @@ -6,7 +6,7 @@ If you want to use Docker or Docker Compose to run ArchiveBox, see the [[Docker] First, we install the ArchiveBox [dependencies](./Install#dependencies), then we create a folder to store the archive data, and finally, we import the list of links to the archive by running `./archive `. -## 1. Create your archive +## 1. Set up ArchiveBox Create a folder to store your archive, and clone the ArchiveBox repo into it. ```bash @@ -15,6 +15,8 @@ cd ArchiveBox/ ./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. ## 2. Get your list of URLs to archive