Correct Node.js install instructions

This commit is contained in:
XSpielinbox 2023-12-18 13:15:49 +01:00
parent 51def0eba6
commit 1874129756
No known key found for this signature in database
GPG key ID: A7EF2D20493BBB25

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