From 7c4502951ab71c103cdde1f8ffe1377b41f2cf8e Mon Sep 17 00:00:00 2001 From: Peter 'Pita' Martischka Date: Fri, 13 May 2011 15:57:27 +0100 Subject: [PATCH] Remind users to install it globaly --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7795ecc4f..fe0a1a0fc 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ documented codebase makes it easier for developers to improve the code # 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 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