Skip to content

Commit

Permalink
Fix the path of run.sh on README.md
Browse files Browse the repository at this point in the history
In Linux forward slash is used for file path and not backslash
  • Loading branch information
tux-tn committed Nov 15, 2012
1 parent bad9b2e commit 2c268f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <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.

Expand Down

0 comments on commit 2c268f6

Please sign in to comment.