From 37c09595a32b75927e4a83ebc399ba85affd6f8e Mon Sep 17 00:00:00 2001 From: TJ Rana Date: Mon, 6 Feb 2012 13:45:55 -0500 Subject: [PATCH] Use tar -zxvf instead of just xf to avoid permission errors? --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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