Merge pull request #12 from gerald-lnj/fix/update-clone-url

fix: update git protocol to https
This commit is contained in:
Yamashita, Yuu 2022-04-26 17:34:32 +09:00 committed by GitHub
commit bad83e51e1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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