From 0d010124096afe37e4d8ba0e5091a35f77ddab15 Mon Sep 17 00:00:00 2001 From: bradh Date: Sat, 10 Mar 2012 12:46:33 +1100 Subject: [PATCH] Add explicit cd step to installation --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 84e8665850c..ec2ba5240b0 100644 --- a/README.md +++ b/README.md @@ -73,6 +73,7 @@ Here is the **[FAQ](https://github.com/Pita/etherpad-lite/wiki/FAQ)**
  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. +
  3. Change into the newly cloned folder with cd etherpad-line
  4. Install the dependencies with bin/installDeps.sh
     
  5. Start it with bin/run.sh
     
  6. Open your web browser and visit http://localhost:9001. You like it? Look at the 'Next Steps' section below