summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-10-21 08:04:33 +0000
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-10-21 08:04:33 +0000
commit1a923fe02eb3f1b8ec2caca7224682651f2b0bf0 (patch)
tree8fc1ad4777a3d559ee93712e40c5a6a6a399ce4c
parent4aea30a6b5302b247814a8f08aa99de5898b1905 (diff)
parentd4d1bce5ec18edc53e38eac2d31c046918b05576 (diff)
downloadgitlab-ce-1a923fe02eb3f1b8ec2caca7224682651f2b0bf0.tar.gz
Merge branch 'disable_rdoc' of /home/git/repositories/gitlab/gitlabhqv6.2.0
-rw-r--r--doc/install/installation.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/install/installation.md b/doc/install/installation.md
index c3325061d6b..d0be2325aac 100644
--- a/doc/install/installation.md
+++ b/doc/install/installation.md
@@ -93,7 +93,7 @@ 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
+ ./configure --disable-install-rdoc
make
sudo make install