Revert "Add installation instructions for Arch Linux"

This reverts commit 6cf348e426. See
https://github.com/sstephenson/ruby-build/issues/526#issuecomment-37889552.
This commit is contained in:
Erik Michaels-Ober 2014-03-18 14:20:02 +01:00
parent 6cf348e426
commit 556db9ab57

View file

@ -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