From 769010ae4dc2ccb40bb0d93078f0480c80553860 Mon Sep 17 00:00:00 2001 From: Bruno Sutic Date: Sun, 21 Apr 2013 17:03:02 +0200 Subject: [PATCH] Readme and doc clarification about local git repos --- README.md | 2 ++ doc/vundle.txt | 2 ++ 2 files changed, 4 insertions(+) diff --git a/README.md b/README.md index 02bba7f..70d0ce8 100644 --- a/README.md +++ b/README.md @@ -39,6 +39,8 @@ Bundle 'FuzzyFinder' " non github repos Bundle 'git://git.wincent.com/command-t.git' + " git repos on your local machine (ie. when working on your own plugin) + Bundle 'file:///Users/gmarik/path/to/plugin' " ... filetype plugin indent on " required! diff --git a/doc/vundle.txt b/doc/vundle.txt index 57e7260..eb9d82f 100644 --- a/doc/vundle.txt +++ b/doc/vundle.txt @@ -73,6 +73,8 @@ in order to install/search [all available vim scripts] Bundle 'rails.vim' " non github repos Bundle 'git://git.wincent.com/command-t.git' + " git repos on your local machine (ie. when working on your own plugin) + Bundle 'file:///Users/gmarik/path/to/plugin' " ... filetype plugin indent on " required!