Skip to content

Commit

Permalink
Tighten curl install URL
Browse files Browse the repository at this point in the history
  • Loading branch information
tpope committed Jul 25, 2011
1 parent 0d230bc commit e06454c
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 @@ -11,7 +11,7 @@ Installation
Install to `~/.vim/autoload/pathogen.vim`. Or copy and paste:

mkdir -p ~/.vim/autoload ~/.vim/bundle
curl https://raw.github.com/tpope/vim-pathogen/master/autoload/pathogen.vim\
curl https://raw.github.com/tpope/vim-pathogen/HEAD/autoload/pathogen.vim \
> ~/.vim/autoload/pathogen.vim

By the way, if you're using Windows, change all occurrences of `~/.vim`
Expand Down

0 comments on commit e06454c

Please sign in to comment.