From fdd1750ac953fc226b5e9df2116c6925d14d8975 Mon Sep 17 00:00:00 2001 From: XSpielinbox <55600187+XSpielinbox@users.noreply.github.com> Date: Mon, 18 Dec 2023 17:05:40 +0100 Subject: [PATCH] Correct Node.js install instructions (#6077) --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 04ae0623d..41da517af 100644 --- a/README.md +++ b/README.md @@ -52,9 +52,8 @@ We're looking for maintainers and have some funding available. Please contact J #### Quick install on Debian/Ubuntu +Install the latest Node.js LTS per [official install instructions](https://github.com/nodesource/distributions#installation-instructions), then: ```sh -curl -sL https://deb.nodesource.com/setup_14.x | sudo -E bash - -sudo apt install -y nodejs git clone --branch master https://github.com/ether/etherpad-lite.git && cd etherpad-lite && src/bin/run.sh