Correct Node.js install instructions (#6077)

This commit is contained in:
XSpielinbox 2023-12-18 17:05:40 +01:00 committed by GitHub
parent 51def0eba6
commit fdd1750ac9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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