From 204e89cd700d938847668bae611bea1e9ef87e8e Mon Sep 17 00:00:00 2001 From: Peter 'Pita' Martischka Date: Thu, 7 Apr 2011 18:51:57 +0100 Subject: [PATCH] Add a comment to the readme that encourage to compile node.js from source --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0c7555f82..1d4b3a7be 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ 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 +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]