From 581a5df5fff12b77ff25a6337df0d7655fb55547 Mon Sep 17 00:00:00 2001 From: Richard Hansen Date: Sat, 2 Apr 2022 00:15:55 -0400 Subject: [PATCH] docs: Use http URL for cloning and some minor edits --- README.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index d9851ada7..990ddbf14 100644 --- a/README.md +++ b/README.md @@ -51,9 +51,12 @@ You'll need Git and [Node.js](https://nodejs.org/) installed. **As any user (we recommend creating a separate user called etherpad):** -1. Move to a folder where you want to install Etherpad. Clone the git repository: `git clone --branch master git://github.com/ether/etherpad-lite.git` -2. Change into the new directory containing the cloned source code: `cd etherpad-lite` -3. run `src/bin/run.sh` and open in your browser. + 1. Move to a folder where you want to install Etherpad. + 2. Clone the Git repository: `git clone --branch master + https://github.com/ether/etherpad-lite.git` + 3. Change into the new directory containing the cloned source code: `cd + etherpad-lite` + 4. Run `src/bin/run.sh` and open http://127.0.0.1:9001 in your browser. To update to the latest released version, execute `git pull origin`. The next start with `src/bin/run.sh` will update the dependencies.