diff options
author | Tom Van Looy <tom@ctors.net> | 2012-03-21 13:53:38 +0100 |
---|---|---|
committer | Tom Van Looy <tom@ctors.net> | 2012-03-21 13:53:38 +0100 |
commit | 2adbb3b3455563a3a7ef2ba4e7f31194df95e0ab (patch) | |
tree | fb36b33638763f9c051b9facc87e735513a01741 /doc | |
parent | b57faf9282d7df6cdd62953d474652a0ae2e6896 (diff) | |
download | gitlab-ce-2adbb3b3455563a3a7ef2ba4e7f31194df95e0ab.tar.gz |
$ wget http://ftp.ruby-lang.org/pub/ruby/1.9/ruby-1.9.2-p290.tar.gz
--2012-03-21 13:52:34-- http://ftp.ruby-lang.org/pub/ruby/1.9/ruby-1.9.2-p290.tar.gz
Resolving ftp.ruby-lang.org... 221.186.184.68
Connecting to ftp.ruby-lang.org|221.186.184.68|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: unspecified [application/x-tar]
Saving to: `ruby-1.9.2-p290.tar.gz'
[ <=> ] 54,691,840 3.37M/s in 18s
2012-03-21 13:52:53 (2.85 MB/s) - `ruby-1.9.2-p290.tar.gz' saved [54691840]
[tom.vanlooy@itr232l ~/Desktop]
$ file ruby-1.9.2-p290.tar.gz
ruby-1.9.2-p290.tar.gz: POSIX tar archive (GNU)
Diffstat (limited to 'doc')
-rw-r--r-- | doc/installation.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/installation.md b/doc/installation.md index 22205af95ec..823bd483ad6 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 xfvz ruby-1.9.2-p290.tar.gz + tar xfv ruby-1.9.2-p290.tar.gz cd ruby-1.9.2-p290 ./configure make |