mirror of
https://github.com/pyenv/pyenv.git
synced 2024-11-07 20:31:01 -05:00
typo: remove "v" (version prefix)
This commit is contained in:
parent
f4fade3d26
commit
ff23666d56
1 changed files with 1 additions and 1 deletions
|
@ -277,7 +277,7 @@ should be able to:
|
|||
$ rbenv install -l
|
||||
|
||||
# install a Ruby version:
|
||||
$ rbenv install v2.0.0-p247
|
||||
$ rbenv install 2.0.0-p247
|
||||
~~~
|
||||
|
||||
Alternatively to the `install` command, you can download and compile
|
||||
|
|
Loading…
Reference in a new issue