mirror of
https://github.com/pyenv/pyenv-doctor.git
synced 2025-12-07 23:11:27 +09:00
Merge pull request #12 from gerald-lnj/fix/update-clone-url
fix: update git protocol to https
This commit is contained in:
commit
bad83e51e1
@ -11,7 +11,7 @@ and development tools to build pythons.
|
||||
Installing pyenv-doctor as a pyenv plugin will give you access to the
|
||||
`pyenv doctor` command.
|
||||
|
||||
$ git clone git://github.com/pyenv/pyenv-doctor.git $(pyenv root)/plugins/pyenv-doctor
|
||||
$ git clone https://github.com/pyenv/pyenv-doctor.git $(pyenv root)/plugins/pyenv-doctor
|
||||
|
||||
## Usage
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user