Skip to content

Commit

Permalink
Updated README
Browse files Browse the repository at this point in the history
Seems like you have to run `rbenv install --list`, not `rbenv install`, to see the available versions.
  • Loading branch information
manuelmeurer committed Oct 21, 2012
1 parent ce236dc commit 0d785ca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -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
Expand Down

0 comments on commit 0d785ca

Please sign in to comment.