Merge branch '7121-fix-deadlock' closes #7121
[arvados.git] / doc / _includes / _install_ruby_and_bundler.liquid
index 369bf46e476b5b1cc1ce5429f08ecadd9e8c031d..502e2bcb3a41e1bdacd8f0c55a1afde95b7a55d6 100644 (file)
@@ -56,7 +56,7 @@ Build and install Ruby:
 cd ~/src
 curl http://cache.ruby-lang.org/pub/ruby/2.1/ruby-2.1.6.tar.gz | tar xz
 cd ruby-2.1.6
-./configure --no-install-rdoc
+./configure --disable-install-rdoc
 make
 sudo make install