Use https:// instead of git:// while cloning (#180)

Fixes #179
This commit is contained in:
Santhosh Kumar Srinivasan
2016-10-13 11:17:15 -04:00
committed by Tim Pope
parent 8c91196cfd
commit 7ba2e1b67a
+1 -1
View File
@@ -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