summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJason Woofenden <jason@jasonwoof.com>2012-11-07 23:31:24 -0500
committerJason Woofenden <jason@jasonwoof.com>2012-11-07 23:31:24 -0500
commit01727d154265510bb3b059595a523e4271aa8a46 (patch)
treeb7c85397bb4f87128fc04684990e646d99ed3dc9 /README.md
parente1edc8079f6093253b73f3067cbad4474a94d059 (diff)
downloadetherpad-lite-01727d154265510bb3b059595a523e4271aa8a46.zip
fix typo in Linux install instructions
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index deb2ced2..4b57ff78 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/Pita/etherpad-lite.git`
2. Change into the new directory containing the cloned source code `cd etherpad-lite`
-Now, run `bin\run.sh` and open <http://127.0.0.1:9001> in your browser.
+Now, run `bin/run.sh` and open <http://127.0.0.1:9001> in your browser.
Update to the latest version with `git pull origin`. The next start with bin/run.sh will update the dependencies.