diff --git a/README.md b/README.md index 52954ff1..3a9bf11c 100644 --- a/README.md +++ b/README.md @@ -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 ~~~