Commit 1fd080687dc4e84429e5fd90bb15cc2bd12b1a9d
Exists in
master
and in
4 other branches
Merge pull request #588 from tvlooy/patch-2
See https://github.com/gitlabhq/gitlabhq/issues/572
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
doc/installation.md
@@ -60,7 +60,7 @@ The installation consists of 6 steps: | @@ -60,7 +60,7 @@ The installation consists of 6 steps: | ||
60 | # 2. Install ruby | 60 | # 2. Install ruby |
61 | 61 | ||
62 | wget http://ftp.ruby-lang.org/pub/ruby/1.9/ruby-1.9.2-p290.tar.gz | 62 | wget http://ftp.ruby-lang.org/pub/ruby/1.9/ruby-1.9.2-p290.tar.gz |
63 | - tar xfv ruby-1.9.2-p290.tar.gz | 63 | + tar xzfv ruby-1.9.2-p290.tar.gz |
64 | cd ruby-1.9.2-p290 | 64 | cd ruby-1.9.2-p290 |
65 | ./configure | 65 | ./configure |
66 | make | 66 | make |