Commit 1fd080687dc4e84429e5fd90bb15cc2bd12b1a9d

Authored by Ariejan de Vroom
2 parents 1c6df8e0 51ab1283

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 60 # 2. Install ruby
61 61  
62 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 64 cd ruby-1.9.2-p290
65 65 ./configure
66 66 make
... ...