mirror of
https://github.com/pyenv/pyenv.git
synced 2024-11-07 20:31:01 -05:00
Update README to make rbenv version consistent with previous versions
output
The `rbenv versions` info highlights 1.9.3-p327 as the current version, and making `rbenv version` sample output match that helps make it clearer.
This commit is contained in:
parent
1a7f49d2f0
commit
9ae8ba8a29
1 changed files with 1 additions and 1 deletions
|
@ -378,7 +378,7 @@ Displays the currently active Ruby version, along with information on
|
|||
how it was set.
|
||||
|
||||
$ rbenv version
|
||||
1.8.7-p352 (set by /Volumes/37signals/basecamp/.ruby-version)
|
||||
1.9.3-p327 (set by /Users/sam/.rbenv/version)
|
||||
|
||||
### rbenv rehash
|
||||
|
||||
|
|
Loading…
Reference in a new issue