From 8bee2e41f466763803c13ba05adde9e90f1e0f26 Mon Sep 17 00:00:00 2001 From: John McLear Date: Wed, 16 Dec 2020 19:50:21 +0000 Subject: [PATCH] docs: update Node version to 14 which is LTS --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 673c83153..086441b19 100644 --- a/README.md +++ b/README.md @@ -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 ```