From a2256d79e895838fdbcc08ff2034e26ac69c6fa9 Mon Sep 17 00:00:00 2001 From: Nick Sweeting Date: Wed, 28 Feb 2024 16:04:05 -0800 Subject: [PATCH] Updated Install (markdown) --- Install.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Install.md b/Install.md index b187ade..9d1ad6c 100644 --- a/Install.md +++ b/Install.md @@ -246,6 +246,9 @@ If you have issues getting Chromium / Google Chrome working with ArchiveBox, see For guides on how to import URLs from different sources into ArchiveBox, follow the links in our [Input Formats](https://github.com/ArchiveBox/ArchiveBox#input-formats) and [Preparing URLs](https://github.com/ArchiveBox/ArchiveBox/wiki/Quickstart#2-get-your-list-of-urls-to-archive) documentation. ➡️ +```bash +cd ~/archivebox/data +``` ```bash # feed in your URLs to start archiving! archivebox add --help @@ -261,6 +264,7 @@ archivebox status archivebox server 0.0.0.0:8000 open http://localhost:8000 ``` +See our [[Usage]] Wiki documentation page for more examples.