More explicit installation instructions

This commit is contained in:
Tim Pope
2011-07-24 17:55:20 -04:00
parent 72586074e5
commit 568eec91d8
+13 -3
View File
@@ -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()