mirror of
https://github.com/pyenv/pyenv-doctor.git
synced 2025-12-07 23:11:27 +09:00
fix: update git protocol to https
https://github.blog/2021-09-01-improving-git-protocol-security-github/
This commit is contained in:
parent
004fbacbaa
commit
487af4f915
@ -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