From 556db9ab579f10089d18a352ba37bc8e03d1e555 Mon Sep 17 00:00:00 2001 From: Erik Michaels-Ober Date: Tue, 18 Mar 2014 14:20:02 +0100 Subject: [PATCH] Revert "Add installation instructions for Arch Linux" This reverts commit 6cf348e426cd210b4637bf22db12da6a62f8a478. See https://github.com/sstephenson/ruby-build/issues/526#issuecomment-37889552. --- README.md | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/README.md b/README.md index 98570a39..0cc568be 100644 --- a/README.md +++ b/README.md @@ -55,20 +55,6 @@ Or, if you would like to install the latest development release: brew install --HEAD ruby-build -### Installing Ruby 2.x on Arch Linux - -If you are trying to install Ruby 2.x on Arch Linux (or similar), you may need -to manually specify the `readline` location manually. - - RUBY_CONFIGURE_OPTS=--with-readline-dir="/usr/lib/libreadline.so" rbenv install 2.1.0 - -This should no longer be necessary once this [issue][] is resolved in Ruby. -Many thanks to [**@ahacking**][ahacking] for [investigating this issue and -contributing this workaround][workaround]. - -[issue]: https://bugs.ruby-lang.org/issues/9630 -[ahacking]: https://github.com/ahacking -[workaround]: https://github.com/sstephenson/ruby-build/issues/526 ## Usage