File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ Or, if you would like to install the latest development release:
6565To install a Ruby version for use with rbenv, run ` rbenv install ` with
6666the 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
7070Ruby versions will be installed into a directory of the same name
7171under ` ~/.rbenv/versions ` .
@@ -84,7 +84,7 @@ Run the `ruby-build` command with the exact name of the version you
8484want to install and the full path where you want to install it. For
8585example,
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
8989To see a list of all available Ruby versions, run `ruby-build
9090--definitions`.
You can’t perform that action at this time.
0 commit comments