From 51ab128337dc15bb40081fcfb276309342040544 Mon Sep 17 00:00:00 2001 From: Tom Van Looy Date: Sat, 24 Mar 2012 08:38:32 +0100 Subject: [PATCH] See https://github.com/gitlabhq/gitlabhq/issues/572 --- doc/installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/installation.md b/doc/installation.md index 615efd27..1003fa79 100644 --- a/doc/installation.md +++ b/doc/installation.md @@ -60,7 +60,7 @@ The installation consists of 6 steps: # 2. Install ruby wget http://ftp.ruby-lang.org/pub/ruby/1.9/ruby-1.9.2-p290.tar.gz - tar xfv ruby-1.9.2-p290.tar.gz + tar xzfv ruby-1.9.2-p290.tar.gz cd ruby-1.9.2-p290 ./configure make