diff --git a/README.md b/README.md index 4995e852a..a7e91c9bc 100644 --- a/README.md +++ b/README.md @@ -63,7 +63,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. Extract it with tar xf node-v0.6*
    4. +
    5. Extract it with tar -zxvf node-v0.6*
    6. Move into the node folder cd node-v0.6* and build node with ./configure && make && make install