docs: update Node version to 14 which is LTS

This commit is contained in:
John McLear 2020-12-16 19:50:21 +00:00 committed by GitHub
parent af7cd13787
commit 8bee2e41f4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ Etherpad is a real-time collaborative editor [scalable to thousands of simultane
### Quick install on Debian/Ubuntu
```
curl -sL https://deb.nodesource.com/setup_10.x | sudo -E bash -
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 && bin/run.sh
```