From 60ddcd8628a2c8d12b2f2c34bd73f816ce74accf Mon Sep 17 00:00:00 2001 From: Yamashita Yuu Date: Wed, 22 Jan 2014 20:16:51 +0900 Subject: [PATCH] Prefer https than git when pulling from GH --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8393bc0..57d8760 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ to manage your virtualenvs.) Installing pyenv-virtualenv as a pyenv plugin will give you access to the `pyenv virtualenv` command. - $ git clone git://github.com/yyuu/pyenv-virtualenv.git ~/.pyenv/plugins/pyenv-virtualenv + $ git clone https://github.com/yyuu/pyenv-virtualenv.git ~/.pyenv/plugins/pyenv-virtualenv This will install the latest development version of pyenv-virtualenv into the `~/.pyenv/plugins/pyenv-virtualenv` directory.