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