From 04b36e4225552be568aa117212b8ffd2264150c0 Mon Sep 17 00:00:00 2001 From: Nick Sweeting Date: Wed, 28 Feb 2024 16:10:19 -0800 Subject: [PATCH] Updated Install (markdown) --- Install.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/Install.md b/Install.md index 3b1dbfe..89096d0 100644 --- a/Install.md +++ b/Install.md @@ -202,6 +202,8 @@ pip install --upgrade --ignore-installed archivebox[ldap,sonic] yt-dlp playwrigh # apt install build-essensial python3-ldap ``` +
+ ### 3. Install the JS dependencies using `archivebox init --setup` Finish installing the runtime JS dependencies that live inside your collection data dir (e.g. readability, singlefile, mercury). @@ -220,6 +222,8 @@ archivebox version archivebox help ``` +
+ ### Troubleshooting Make sure the `pip`-installed version of `archivebox` is available in your `$PATH`. @@ -246,7 +250,7 @@ If you have issues getting Chromium / Google Chrome or other dependencies workin
-### Next Steps: Run `archivebox add` to import URLs for archiving +### Next Steps: Add some URLs to archive and try out CLI / Web UI 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. ➡️ @@ -295,7 +299,7 @@ Check our more detailed [Upgrading](https://github.com/ArchiveBox/ArchiveBox/wik
-### Next Steps +### Further Reading - Read [[Usage]] to learn how to use the ArchiveBox CLI and HTML output - Read [[Configuration]] to learn about the various archive method options