Commit bc1a4b73 by Sam Stephenson

A few tweaks

parent fa263f2b
# ruby-build # ruby-build
ruby-build provides a simple way to build and install different ruby-build provides a simple way to compile and install different
versions of Ruby on UNIX-based systems. versions of Ruby on UNIX-based systems.
### Installing ruby-build ### Installing ruby-build
...@@ -23,6 +23,9 @@ definitions](https://github.com/sstephenson/ruby-build/tree/master/share/ruby-bu ...@@ -23,6 +23,9 @@ definitions](https://github.com/sstephenson/ruby-build/tree/master/share/ruby-bu
may be specified instead.) may be specified instead.)
$ ruby-build 1.9.2-p290 ~/local/ruby-1.9.2-p290 $ ruby-build 1.9.2-p290 ~/local/ruby-1.9.2-p290
...
$ ~/local/ruby-1.9.2-p290/bin/ruby --version
ruby 1.9.2p290 (2011-07-09 revision 32553) [x86_64-darwin11.0.0]
### License ### License
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment