Merge pull request #8 from pscosta5/master

Fix repo address in clone command
This commit is contained in:
Josh Friend 2020-02-04 17:38:02 -05:00 committed by GitHub
commit fbc6a84e7b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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