From 9b1df2b38149fef9ca4ba0fa551ae104cb12f5b3 Mon Sep 17 00:00:00 2001 From: Nick Sweeting Date: Mon, 19 Feb 2024 00:21:45 -0800 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7b81177a..4935885d 100644 --- a/README.md +++ b/README.md @@ -302,7 +302,9 @@ sudo apt update
  • Install the ArchiveBox package using apt.
    sudo apt install archivebox
     # update to newest version with pip (sometimes apt package is outdated)
    -pip install --upgrade --ignore-installed archivebox
    +pip install --upgrade --ignore-installed archivebox yt-dlp playwright
    +playwright install --with-deps chromium    # install chromium and its system dependencies
    +archivebox version                         # make sure all dependencies are installed
     
  • Create a new empty directory and initialize your collection (can be anywhere).