Commit b1d097a8 authored by Sam Stephenson's avatar Sam Stephenson
Browse files

Merge pull request #8 from myfreeweb/patch-1

Just a few readme tweaks
parents 9ab56ee5 0dc6cdab
Loading
Loading
Loading
Loading
+5 −1
Original line number Diff line number Diff line
# ruby-build

ruby-build provides a simple way to compile and install different
versions of Ruby on UNIX-based systems.
versions of Ruby on UNIX-like systems.

### Installing ruby-build

@@ -27,6 +27,10 @@ may be specified instead.)
    $ ~/local/ruby-1.9.2-p290/bin/ruby --version
    ruby 1.9.2p290 (2011-07-09 revision 32553) [x86_64-darwin11.0.0]

You can use it with [rbenv](https://github.com/sstephenson/rbenv):

    $ ruby-build 1.9.2-p290 ~/.rbenv/versions/1.9.2-p290

### License

(The MIT License)