1
0
mirror of https://github.com/pyenv/pyenv.git synced 2025-11-16 23:33:45 -05:00

Merge pull request #1275 from metalefty/readme

README: reflect changes in rbenv/ruby-build#1402
This commit is contained in:
Hiroshi SHIBATA
2020-10-19 15:59:40 +09:00
committed by GitHub

View File

@@ -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
~~~