mirror of
https://github.com/tpope/vim-pathogen.git
synced 2026-05-28 00:21:02 +02:00
Drop wget from install instructions
Who's in the wget-but-not-curl boat, anyways?
This commit is contained in:
+2
-5
@@ -11,13 +11,10 @@ Installation
|
||||
Install to `~/.vim/autoload/pathogen.vim`. Or copy and paste:
|
||||
|
||||
mkdir -p ~/.vim/autoload ~/.vim/bundle; \
|
||||
curl -so ~/.vim/autoload/pathogen.vim \
|
||||
curl -Sso ~/.vim/autoload/pathogen.vim \
|
||||
https://raw.github.com/tpope/vim-pathogen/master/autoload/pathogen.vim
|
||||
|
||||
If you don't have `curl`, use `wget -O -` instead.
|
||||
|
||||
By the way, if you're using Windows, change all occurrences of `~/.vim`
|
||||
to `~\vimfiles`.
|
||||
If you're using Windows, change all occurrences of `~/.vim` to `~\vimfiles`.
|
||||
|
||||
Runtime Path Manipulation
|
||||
-------------------------
|
||||
|
||||
Reference in New Issue
Block a user