From 96b5726ef3135effd54993e52c773718fb69a95d Mon Sep 17 00:00:00 2001 From: Tim Pope Date: Mon, 24 Sep 2012 13:21:17 -0400 Subject: [PATCH] Drop wget from install instructions Who's in the wget-but-not-curl boat, anyways? --- README.markdown | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/README.markdown b/README.markdown index e36dfaf..5edaf92 100644 --- a/README.markdown +++ b/README.markdown @@ -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 -------------------------