Ver Fonte

Merge pull request #54 from rkuester/patch-1

Fix clone URL in Pathogen instructions
jlanzarotta há 9 anos atrás
pai
commit
0748b0bf65
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -55,7 +55,7 @@ This plugin can also be found at http://www.vim.org/scripts/script.php?script_id
 ### Pathogen
 1. Install with the following command.
 
-        git clone https://github.com/jlanzarotta/bufexplorer.vim ~/.vim/bundle/bufexplorer.vim
+        git clone https://github.com/jlanzarotta/bufexplorer.git ~/.vim/bundle/bufexplorer.vim
 
 ## License
 Copyright (c) 2001-2016, Jeff Lanzarotta