Remind users to install it globaly

pull/35/head
Peter 'Pita' Martischka 2011-05-13 15:57:27 +01:00
parent d0da998299
commit 7c4502951a
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ documented codebase makes it easier for developers to improve the code
# Installation
1. download latest node.js version from <http://nodejs.org/> and build it with this instructions <https://github.com/joyent/node/wiki/Installation>. <br>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`
3. install etherpad-lite `npm install -g ep-lite`
4. start with `ep-lite`
5. Open your web browser and visit <http://localhost:9001>