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