Skip to content

Commit bf3a599

Browse files
Institpope
authored andcommitted
Update git clone protocol documentation
Update Install documentation. GitHub no longer supports the unauthenticated Git protocol and https needs to be used instead.
1 parent 9139741 commit bf3a599

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

INSTALL.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ With pathogen.vim
99
Install [pathogen.vim](https://github.com/tpope/vim-pathogen),
1010
then copy and paste:
1111

12-
git clone git://github.com/vim-ruby/vim-ruby.git ~/.vim/bundle/vim-ruby
12+
git clone https://github.com/vim-ruby/vim-ruby.git ~/.vim/bundle/vim-ruby
1313

1414
With Vundle
1515
-----------

0 commit comments

Comments
 (0)