From 98a03b08675dc821c5a44ce7f7e3555067ef1517 Mon Sep 17 00:00:00 2001 From: John McLear Date: Fri, 6 Apr 2018 13:51:08 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3ab7e3584..d8d7b621e 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ Etherpad is a really-real time collaborative editor scalable to thousands of sim ``` curl -sL https://deb.nodesource.com/setup_9.x | sudo -E bash - sudo apt-get install -y nodejs -git clone git://github.com/ether/etherpad-lite.git && cd etherpad-lite && bin/run.sh +git clone https://github.com/ether/etherpad-lite.git && cd etherpad-lite && bin/run.sh ``` ## GNU/Linux and other UNIX-like systems