Quellcode durchsuchen

Fix clone URL in Pathogen instructions

Ryan Kuester vor 9 Jahren
Ursprung
Commit
c73fa2db1c
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  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