OSDN Git Service

See https://github.com/gitlabhq/gitlabhq/issues/572
authorTom Van Looy <tom@ctors.net>
Sat, 24 Mar 2012 07:38:32 +0000 (08:38 +0100)
committerTom Van Looy <tom@ctors.net>
Sat, 24 Mar 2012 07:38:32 +0000 (08:38 +0100)
doc/installation.md

index 615efd2..1003fa7 100644 (file)
@@ -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