From f55027bdc7617b1790259de3b326f55fe37d18f0 Mon Sep 17 00:00:00 2001 From: rasos Date: Mon, 3 Sep 2012 03:13:12 +0300 Subject: [PATCH] Update README.md corrected node.js link to point to 0.6.x versions (and not to 0.8.x on nodejs.org homepage) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6cdb623f3..ea6b31385 100644 --- a/README.md +++ b/README.md @@ -62,7 +62,7 @@ Here is the **[FAQ](https://github.com/Pita/etherpad-lite/wiki/FAQ)**
  • Install node.js
      -
    1. Download the latest 0.6.x node.js release from http://nodejs.org/#download
    2. +
    3. Download the latest 0.6.x node.js release from http://nodejs.org
    4. Extract it with tar xf node-v0.6*
    5. Move into the node folder cd node-v0.6* and build node with ./configure && make && make install