Fix curl command to support GitHub's new redirect

Closes #120.
This commit is contained in:
Tim Pope
2014-04-25 17:28:22 -04:00
parent bff90d72a1
commit 336611a3d0
+1 -1
View File
@@ -9,7 +9,7 @@ private directories.
Install to `~/.vim/autoload/pathogen.vim`. Or copy and paste:
mkdir -p ~/.vim/autoload ~/.vim/bundle; \
curl -Sso ~/.vim/autoload/pathogen.vim \
curl -LSso ~/.vim/autoload/pathogen.vim \
https://raw.github.com/tpope/vim-pathogen/master/autoload/pathogen.vim
If you're using Windows, change all occurrences of `~/.vim` to `~\vimfiles`.