diff --git a/README.md b/README.md index c35ef65c..8f9c896f 100644 --- a/README.md +++ b/README.md @@ -122,8 +122,10 @@ easy to fork and contribute any changes back upstream. $ exec $SHELL -l 5. Install Ruby versions into `~/.rbenv/versions`. For example, to - install Ruby 1.9.3-p327, download and unpack the source, then run: + install Ruby 1.9.2-p327, download and unpack the [source](https://github.com/ruby/ruby), + then run: + $ [ -f ./configure ] || autoconf $ ./configure --prefix=$HOME/.rbenv/versions/1.9.3-p327 $ make $ make install