From 568eec91d87b0170feedeaf77817310bbf11fcfd Mon Sep 17 00:00:00 2001 From: Tim Pope Date: Sun, 24 Jul 2011 17:55:20 -0400 Subject: [PATCH] More explicit installation instructions --- README.markdown | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) diff --git a/README.markdown b/README.markdown index aae3e68..9dcbea3 100644 --- a/README.markdown +++ b/README.markdown @@ -5,12 +5,22 @@ Manage your `'runtimepath'` with ease. In practical terms, pathogen.vim makes it super easy to install plugins and runtime files in their own private directories. +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\ + > ~/.vim/autoload/pathogen.vim + +By the way, if you're using Windows, change all occurances of `~/.vim` +to `~\vimfiles. + Usage ----- -Install to `~/.vim/autoload/pathogen.vim` -(`~\vimfiles\autoload\pathogen.vim` on Windows, and that pattern applies -to the paths below, too), and add this to your vimrc: +Add this to your vimrc: call pathogen#infect()