Skip to content

Commit 0886e39

Browse files
committed
Merge pull request rbenv#235 from frodsan/update_readme
update README examples in order to use MRI last stable version
2 parents 1b5406e + 7e42eb2 commit 0886e39

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ Or, if you would like to install the latest development release:
6565
To install a Ruby version for use with rbenv, run `rbenv install` with
6666
the exact name of the version you want to install. For example,
6767

68-
rbenv install 1.9.3-p286
68+
rbenv install 1.9.3-p327
6969

7070
Ruby versions will be installed into a directory of the same name
7171
under `~/.rbenv/versions`.
@@ -84,7 +84,7 @@ Run the `ruby-build` command with the exact name of the version you
8484
want to install and the full path where you want to install it. For
8585
example,
8686

87-
ruby-build 1.9.3-p286 ~/local/ruby-1.9.3-p286
87+
ruby-build 1.9.3-p327 ~/local/ruby-1.9.3-p327
8888

8989
To see a list of all available Ruby versions, run `ruby-build
9090
--definitions`.

0 commit comments

Comments
 (0)