Commit 51ab128337dc15bb40081fcfb276309342040544

Authored by Tom Van Looy
1 parent 1c6df8e0

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