mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-01-19 14:13:34 +01:00
docs: update Node version to 14 which is LTS
This commit is contained in:
parent
af7cd13787
commit
8bee2e41f4
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue