mirror of
https://github.com/pyenv/pyenv-update.git
synced 2025-11-08 11:33:49 -05:00
Fix repo address in clone command
This commit is contained in:
@@ -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
|
Installing pyenv-update as a pyenv plugin will give you access to the
|
||||||
`pyenv update` command.
|
`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
|
## Usage
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user