mirror of
https://github.com/rbenv/rbenv.git
synced 2025-01-01 06:37:11 +01:00
README: reflect changes in rbenv/ruby-build#1402
This commit is contained in:
parent
0843745be9
commit
d3f8de4c04
1 changed files with 4 additions and 1 deletions
|
@ -339,9 +339,12 @@ as part of GitHub checkout process outlined above or via Homebrew, you
|
|||
should be able to:
|
||||
|
||||
~~~ sh
|
||||
# list all available versions:
|
||||
# list latest stable versions:
|
||||
$ rbenv install -l
|
||||
|
||||
# list all local versions:
|
||||
$ rbenv install -L
|
||||
|
||||
# install a Ruby version:
|
||||
$ rbenv install 2.0.0-p247
|
||||
~~~
|
||||
|
|
Loading…
Reference in a new issue