From 6de23cd8fe120999c06c0f2eb8d04c12ba472d66 Mon Sep 17 00:00:00 2001 From: Nick Sweeting Date: Mon, 19 Feb 2024 00:19:48 -0800 Subject: [PATCH] Update README.md --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index f6fc0d1a..7b81177a 100644 --- a/README.md +++ b/README.md @@ -259,9 +259,10 @@ See "Against curl | sh as a
  • Install Python >= v3.10 and Node >= v18 on your system (if not already installed).
  • Install the ArchiveBox package using pip3 (or pipx). -
    pip3 install archivebox
    +
    pip3 install --upgrade archivebox yt-dlp playwright
    +playwright install --with-deps chromium
     archivebox version
    -# install any missing extras shown using apt/brew/pkg/etc.
    +# install any missing extras shown using apt/brew/pkg/etc. see Wiki for instructions
     #    python@3.10 node curl wget git ripgrep ...
     
    See the Install: Bare Metal Wiki for full install instructions for each OS... @@ -269,7 +270,7 @@ archivebox version
  • Create a new empty directory and initialize your collection (can be anywhere).
    mkdir -p ~/archivebox/data && cd ~/archivebox/data   # for example
     archivebox init --setup   # instantialize a new collection
    -# (--setup auto-installs and link JS dependencies: singlefile, readability, etc.)
    +# (--setup auto-installs and link JS dependencies: singlefile, readability, mercury, etc.)
     
  • Optional: Start the server then login to the Web UI http://127.0.0.1:8000 ⇢ Admin.