We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa263f2 commit bc1a4b7Copy full SHA for bc1a4b7
README.md
@@ -1,6 +1,6 @@
1
# ruby-build
2
3
-ruby-build provides a simple way to build and install different
+ruby-build provides a simple way to compile and install different
4
versions of Ruby on UNIX-based systems.
5
6
### Installing ruby-build
@@ -23,6 +23,9 @@ definitions](https://github.com/sstephenson/ruby-build/tree/master/share/ruby-bu
23
may be specified instead.)
24
25
$ ruby-build 1.9.2-p290 ~/local/ruby-1.9.2-p290
26
+ ...
27
+ $ ~/local/ruby-1.9.2-p290/bin/ruby --version
28
+ ruby 1.9.2p290 (2011-07-09 revision 32553) [x86_64-darwin11.0.0]
29
30
### License
31
0 commit comments