Skip to content

Commit

Permalink
Take control of download URL
Browse files Browse the repository at this point in the history
There have been multiple reports of failure with the existing URL,
though I can't reproduce.

Closes tpope#128.
  • Loading branch information
tpope committed May 27, 2014
1 parent 336611a commit 1b644bf
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -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`.

Expand Down

0 comments on commit 1b644bf

Please sign in to comment.