summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-11-23 19:46:26 +0000
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-11-23 19:46:26 +0000
commita129bcecd39c9908ae0f76e4c142f2e1607c5df8 (patch)
tree47ff3a9c29bf607c0c3c3b1e37d619d9f3ea69be
parentd6444004e19df77f559e4db5b42ea56045da4690 (diff)
parentd6932ce5816d157a169b37859b9309e96e527418 (diff)
downloadgitlab-ce-6-1-stable.tar.gz
Merge branch 'update_ruby_6_1_stable' of /home/git/repositories/gitlab/gitlabhq into 6-1-stable6-1-stable
-rw-r--r--doc/install/installation.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/install/installation.md b/doc/install/installation.md
index 660d7fa2bc1..ba5ad361b2d 100644
--- a/doc/install/installation.md
+++ b/doc/install/installation.md
@@ -91,9 +91,9 @@ Remove the old Ruby 1.8 if present
Download Ruby and compile it:
mkdir /tmp/ruby && cd /tmp/ruby
- curl --progress ftp://ftp.ruby-lang.org/pub/ruby/2.0/ruby-2.0.0-p247.tar.gz | tar xz
- cd ruby-2.0.0-p247
- ./configure
+ curl --progress ftp://ftp.ruby-lang.org/pub/ruby/2.0/ruby-2.0.0-p353.tar.gz | tar xz
+ cd ruby-2.0.0-p353
+ ./configure --disable-install-rdoc
make
sudo make install