From 61ad22516b94bd5818a40de1bb1c64bd72629528 Mon Sep 17 00:00:00 2001 From: Nick Sweeting Date: Mon, 30 Jan 2023 17:17:28 -0800 Subject: [PATCH] move npm/node note location --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 751752f3..e23fb7b7 100644 --- a/README.md +++ b/README.md @@ -188,8 +188,7 @@ sudo add-apt-repository -u ppa:archivebox/archivebox echo "deb http://ppa.launchpad.net/archivebox/archivebox/ubuntu focal main" | sudo tee /etc/apt/sources.list.d/archivebox.list sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys C258F79DCC02E369 sudo apt update -
-Note: You may also need to install a recent version of NodeJS + NPM from NodeSource (if not already installed). +
  • Install the ArchiveBox package using apt.
    sudo apt install archivebox
    @@ -200,6 +199,7 @@ sudo python3 -m pip install --upgrade --ignore-installed archivebox   # pip need
     
    mkdir ~/archivebox && cd ~/archivebox
     archivebox init --setup           # if any problems, install with pip instead
     
    +Note: If you encounter issues with NPM/NodeJS, install a more recent version.
  • Optional: Start the server then login to the Web UI http://127.0.0.1:8000 ⇢ Admin.
    archivebox server 0.0.0.0:8000