diff --git a/README.md b/README.md index f7c70273e..e3acfc383 100644 --- a/README.md +++ b/README.md @@ -62,9 +62,9 @@ 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. Extract it with tar xf node-v0.6*
    4. -
    5. Move into the node folder cd node-v0.6* and build node with ./configure && make && make install
    6. +
    7. Download the latest node.js release (both 0.6 and 0.8 are supported, recommended is stable 0.8.8) from http://nodejs.org
    8. +
    9. Extract it with tar xf node-v0.8.8
    10. +
    11. Move into the node folder cd node-v0.8.8 and build node with ./configure && make && make install