From 2c268f6c484c6016a5b1547b540327cca8527c0e Mon Sep 17 00:00:00 2001 From: Sarhan Aissi Date: Thu, 15 Nov 2012 22:11:48 +0100 Subject: [PATCH] Fix the path of run.sh on README.md In Linux forward slash is used for file path and not backslash --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index baa8b13e0..7d3a73f52 100644 --- a/README.md +++ b/README.md @@ -73,7 +73,7 @@ Additionally, you'll need [node.js](http://nodejs.org). 1. Move to a folder where you want to install Etherpad Lite. Clone the git repository `git clone git://github.com/ether/etherpad-lite.git` 2. Change into the new directory containing the cloned source code `cd etherpad-lite` -Now, run `bin\run.sh` and open in your browser. +Now, run `bin/run.sh` and open in your browser. Update to the latest version with `git pull origin`. The next start with bin/run.sh will update the dependencies.