Commit 1a923fe02eb3f1b8ec2caca7224682651f2b0bf0

Authored by Dmitriy Zaporozhets
2 parents 4aea30a6 d4d1bce5

Merge branch 'disable_rdoc' of /home/git/repositories/gitlab/gitlabhq

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
doc/install/installation.md
... ... @@ -93,7 +93,7 @@ Download Ruby and compile it:
93 93 mkdir /tmp/ruby && cd /tmp/ruby
94 94 curl --progress ftp://ftp.ruby-lang.org/pub/ruby/2.0/ruby-2.0.0-p247.tar.gz | tar xz
95 95 cd ruby-2.0.0-p247
96   - ./configure
  96 + ./configure --disable-install-rdoc
97 97 make
98 98 sudo make install
99 99  
... ...