summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorAriejan de Vroom <ariejan@ariejan.net>2012-03-24 02:44:03 -0700
committerAriejan de Vroom <ariejan@ariejan.net>2012-03-24 02:44:03 -0700
commit1fd080687dc4e84429e5fd90bb15cc2bd12b1a9d (patch)
treec07b9df62fda554f3f6f29c825de006e1c88d9f8 /doc
parent1c6df8e075abf87c6911be7ca9a691d48b7d4009 (diff)
parent51ab128337dc15bb40081fcfb276309342040544 (diff)
downloadgitlab-ce-1fd080687dc4e84429e5fd90bb15cc2bd12b1a9d.tar.gz
Merge pull request #588 from tvlooy/patch-2
See https://github.com/gitlabhq/gitlabhq/issues/572
Diffstat (limited to 'doc')
-rw-r--r--doc/installation.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/installation.md b/doc/installation.md
index 615efd270a5..1003fa79b5a 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