From e23da5127b2d279124a3783255cc8099439856f4 Mon Sep 17 00:00:00 2001 From: John McLear Date: Wed, 30 May 2012 23:59:06 +0200 Subject: [PATCH] No longer need bin/installDeps.sh --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 2a30b970..6cdb623f 100644 --- a/README.md +++ b/README.md @@ -72,9 +72,8 @@ Here is the **[FAQ](https://github.com/Pita/etherpad-lite/wiki/FAQ)** **As any user (we recommend creating a separate user called etherpad-lite):**
    -
  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 directory containing the Etherpad Lite source code clone with cd etherpad-lite
  4. -
  5. Install the dependencies with bin/installDeps.sh
     
  6. +
  7. Move to a folder where you want to install Etherpad Lite. Clone the git repository git clone 'git://github.com/Pita/etherpad-lite.git'
  8. +
  9. Change into the directory containing the Etherpad Lite source code clone with cd etherpad-lite
  10. Start it with bin/run.sh
     
  11. Open your web browser and visit http://localhost:9001. You like it? Look at the 'Next Steps' section below