From 7ba2e1b67a8f8bcbafedaf6763580390dfd93436 Mon Sep 17 00:00:00 2001 From: Santhosh Kumar Srinivasan Date: Thu, 13 Oct 2016 11:17:15 -0400 Subject: [PATCH] Use https:// instead of git:// while cloning (#180) Fixes #179 --- README.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.markdown b/README.markdown index 00c2878..ce1f77a 100644 --- a/README.markdown +++ b/README.markdown @@ -31,7 +31,7 @@ under `~/.vim/bundle`, and they will be added to the `'runtimepath'`. Observe: cd ~/.vim/bundle && \ - git clone git://github.com/tpope/vim-sensible.git + git clone https://github.com/tpope/vim-sensible.git Now [sensible.vim](https://github.com/tpope/vim-sensible) is installed. If you really want to get crazy, you could set it up as a submodule in