Fix repo address in clone command

This commit is contained in:
Paulo S. Costa
2020-02-04 11:07:03 -08:00
committed by GitHub
parent 86dc16f841
commit fe30255e15

View File

@@ -14,7 +14,7 @@ This plugin was inspired from [rbenv-update](https://github.com/rkh/rbenv-update
Installing pyenv-update as a pyenv plugin will give you access to the
`pyenv update` command.
$ git clone git://github.com/pyenv/pyenv-update.git $(pyenv root)/plugins/pyenv-update
$ git clone https://github.com/pyenv/pyenv-update.git $(pyenv root)/plugins/pyenv-update
## Usage