From 0d785ca3bb29c9eb5bbbf4ed720d56e31fa9a07a Mon Sep 17 00:00:00 2001 From: Manuel Meurer Date: Sun, 21 Oct 2012 17:22:18 +0300 Subject: [PATCH] Updated README MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Seems like you have to runĀ `rbenv install --list`, notĀ `rbenv install`, to see the available versions. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d5547429..9f6260a8 100644 --- a/README.md +++ b/README.md @@ -72,8 +72,8 @@ the exact name of the version you want to install. For example, Ruby versions will be installed into a directory of the same name under `~/.rbenv/versions`. -To see a list of all available Ruby versions, run `rbenv install` -without any arguments. You may also tab-complete available Ruby +To see a list of all available Ruby versions, run `rbenv install --list`. +You may also tab-complete available Ruby versions if your rbenv installation is properly configured. ### Using `ruby-build` standalone