From 1126831377319bcb7ec7b9bf965bffce8a506849 Mon Sep 17 00:00:00 2001 From: Nick Sweeting Date: Sat, 15 Aug 2020 01:16:36 -0400 Subject: [PATCH] Updated Quickstart (markdown) --- Quickstart.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Quickstart.md b/Quickstart.md index 67d7a31..9d1bfde 100644 --- a/Quickstart.md +++ b/Quickstart.md @@ -12,7 +12,8 @@ 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](https://github.com/pirate/ArchiveBox/wiki/Usage#Disk-Layout), and finally, we [import the list of links](https://github.com/pirate/ArchiveBox/wiki/Usage#CLI-Usage) to the archive by running `archivebox add < [links_file]`. +First, we install the ArchiveBox [dependencies](./Install#dependencies), then we create a folder to [store the archive data](https://github.com/pirate/ArchiveBox/wiki/Usage#Disk-Layout), and finally, we [import the list of links](https://github.com/pirate/ArchiveBox/wiki/Usage#CLI-Usage) to the archive by running: +`archivebox add < [links_file]` ## 1. Set up ArchiveBox