From 35da00a25a385cc7ce40b23376b4d81241e143cf Mon Sep 17 00:00:00 2001 From: gmarik Date: Mon, 18 Oct 2010 23:26:53 -0500 Subject: [PATCH] Documentation --- README.md | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 2ef8db8..cd07bbe 100644 --- a/README.md +++ b/README.md @@ -8,28 +8,27 @@ ## Installation mkdir -p ~/.vim/autoload/ && \ - curl http://github.com/gmarik/vundle/raw/master/plugin/vundle.vim > ~/.vim/autoload/vundle.vim + curl http://github.com/gmarik/vundle/raw/bundlerc/autoload/vundle.vim > ~/.vim/autoload/vundle.vim ## Configuration Append those lines to your ~/.vim/bundlerc - cat >> ~/.vim/bundlerc ~/.vim/bundlerc <.vimrc call vundle#rc() -BTW using [Vim-Scripts.org](http://vim-scripts.org) we have access to all vim plugins. - ## Installing plugins vim -e -c 'BundleInstall' -c 'q'