From dbd50e7bd93b63b71911ba5a33ce7035c1e3e5a9 Mon Sep 17 00:00:00 2001 From: cloudlite Date: Mon, 19 Jan 2015 20:51:18 -0500 Subject: [PATCH] Update README.md - clone through https instead of git git:// protocol is blocked by a lot of servers, https works fine. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 67750f8b..b29f925c 100644 --- a/README.md +++ b/README.md @@ -171,7 +171,7 @@ easy to fork and contribute any changes back upstream. 1. **Check out pyenv where you want it installed.** A good place to choose is `$HOME/.pyenv` (but you can install it somewhere else). - $ git clone git://github.com/yyuu/pyenv.git ~/.pyenv + $ git clone https://github.com/yyuu/pyenv.git ~/.pyenv 2. **Define environment variable `PYENV_ROOT`** to point to the path where