From fe30255e155a5ae6971ce766023892b15d300711 Mon Sep 17 00:00:00 2001 From: "Paulo S. Costa" Date: Tue, 4 Feb 2020 11:07:03 -0800 Subject: [PATCH] Fix repo address in clone command --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9486803..8c45c25 100644 --- a/README.md +++ b/README.md @@ -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 `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