From 9104cceedcf535898c5c4fa488ead2e4ca98726b Mon Sep 17 00:00:00 2001 From: Tim Pope Date: Mon, 25 Jul 2011 16:51:41 -0400 Subject: [PATCH] Add installation instructions --- README.markdown | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.markdown b/README.markdown index cb16a62..7f2349d 100644 --- a/README.markdown +++ b/README.markdown @@ -54,6 +54,16 @@ Screencasts * [Browsing the git object database](http://vimcasts.org/e/34) * [Exploring the history of a git repository](http://vimcasts.org/e/35) +Installation +------------ + +If you don't have a preferred installation method, I recommend +installing [pathogen.vim](https://github.com/tpope/vim-pathogen), and +then simply copy and paste: + + cd ~/.vim/bundle + git clone git://github.com/tpope/vim-fugitive.git + FAQ ---