diff --git a/README.md b/README.md
index 31f3f7365..7795ecc4f 100644
--- a/README.md
+++ b/README.md
@@ -26,14 +26,11 @@ documented codebase makes it easier for developers to improve the code
* Plugin framework
# Installation
-1. download latest node.js version from and build it with this instructions . THE NODE.JS VERSION OF YOUR LINUX REPOSITORY MAY BE TOO OLD. PLEASE COMPILE FROM THE SOURCE TO GET SURE YOU HAVE THE LATEST VERSION.
-2. install npm [curl http://npmjs.org/install.sh | sh]
-3. install socket.io [npm install socket.io]
-
-# Start
-1. cd bin
-2. ./run.sh
-3. Open your web browser and visit http://IPSERVER:9001
+1. download latest node.js version from and build it with this instructions .
THE NODE.JS VERSION OF YOUR LINUX REPOSITORY MAY BE TOO OLD. PLEASE COMPILE FROM THE SOURCE TO GET SURE YOU HAVE THE LATEST VERSION.
+2. install npm `curl http://npmjs.org/install.sh | sh`
+3. install etherpad-lite `npm install ep-lite`
+4. start with `ep-lite`
+5. Open your web browser and visit
# Contribute
Look at the TODO list at .
@@ -47,4 +44,3 @@ You can join the mailinglist
# License
Apache License v2
-