From f79ed91b4b7e533479170e1dc04a209edaf43781 Mon Sep 17 00:00:00 2001 From: Nick Sweeting Date: Wed, 28 Feb 2024 16:14:22 -0800 Subject: [PATCH] Updated Install (markdown) --- Install.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Install.md b/Install.md index 89096d0..0745e8c 100644 --- a/Install.md +++ b/Install.md @@ -216,6 +216,10 @@ archivebox init # auto-install all the runtime JS dependencies inside ./node_modules archivebox setup +# under the hood, this does: +# - npm install 'git+https://github.com/ArchiveBox/ArchiveBox.git#dev' +# - playwright install chromium +# - and a few other auto-install checks... # ✅ see a final detailed breakdown of all the installed dependencies and commands available archivebox version