Skip to content

Commit bc1a4b7

Browse files
committed
A few tweaks
1 parent fa263f2 commit bc1a4b7

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# ruby-build
22

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

66
### Installing ruby-build
@@ -23,6 +23,9 @@ definitions](https://github.com/sstephenson/ruby-build/tree/master/share/ruby-bu
2323
may be specified instead.)
2424

2525
$ 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]
2629

2730
### License
2831

0 commit comments

Comments
 (0)