From b8bd9bf598d528471e65d108650e18f0117181f3 Mon Sep 17 00:00:00 2001 From: Nick Sweeting Date: Mon, 30 Jan 2023 17:18:43 -0800 Subject: [PATCH] add newline after npm note --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e23fb7b7..bf91ca60 100644 --- a/README.md +++ b/README.md @@ -199,7 +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. +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