Skip to content

Commit 336611a

Browse files
committed
Fix curl command to support GitHub's new redirect
Closes #120.
1 parent bff90d7 commit 336611a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ private directories.
99
Install to `~/.vim/autoload/pathogen.vim`. Or copy and paste:
1010

1111
mkdir -p ~/.vim/autoload ~/.vim/bundle; \
12-
curl -Sso ~/.vim/autoload/pathogen.vim \
12+
curl -LSso ~/.vim/autoload/pathogen.vim \
1313
https://raw.github.com/tpope/vim-pathogen/master/autoload/pathogen.vim
1414

1515
If you're using Windows, change all occurrences of `~/.vim` to `~\vimfiles`.

0 commit comments

Comments
 (0)