From 487af4f915bab7df6b8481e4c1ebd9ea8377bbe1 Mon Sep 17 00:00:00 2001 From: Gerald Lau Date: Tue, 26 Apr 2022 15:35:07 +0800 Subject: [PATCH] fix: update git protocol to https https://github.blog/2021-09-01-improving-git-protocol-security-github/ --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 44826a3..5910ed0 100644 --- a/README.md +++ b/README.md @@ -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