Skip to content

Commit

Permalink
Fix curl command to support GitHub's new redirect
Browse files Browse the repository at this point in the history
Closes tpope#120.
  • Loading branch information
tpope committed Apr 25, 2014
1 parent bff90d7 commit 336611a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -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`.
Expand Down

0 comments on commit 336611a

Please sign in to comment.