Take control of download URL

There have been multiple reports of failure with the existing URL,
though I can't reproduce.

Closes #128.
This commit is contained in:
Tim Pope
2014-05-26 20:44:16 -04:00
parent 336611a3d0
commit 1b644bf4b2
+1 -2
View File
@@ -9,8 +9,7 @@ private directories.
Install to `~/.vim/autoload/pathogen.vim`. Or copy and paste:
mkdir -p ~/.vim/autoload ~/.vim/bundle; \
curl -LSso ~/.vim/autoload/pathogen.vim \
https://raw.github.com/tpope/vim-pathogen/master/autoload/pathogen.vim
curl -LSso ~/.vim/autoload/pathogen.vim https://tpo.pe/pathogen.vim
If you're using Windows, change all occurrences of `~/.vim` to `~\vimfiles`.