Browse Source

Readme and doc clarification about local git repos

pull/291/head
Bruno Sutic 13 years ago
parent
commit
769010ae4d
2 changed files with 4 additions and 0 deletions
  1. +2
    -0
      README.md
  2. +2
    -0
      doc/vundle.txt

+ 2
- 0
README.md View File

@ -39,6 +39,8 @@
Bundle 'FuzzyFinder' Bundle 'FuzzyFinder'
" non github repos " non github repos
Bundle 'git://git.wincent.com/command-t.git' 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! filetype plugin indent on " required!


+ 2
- 0
doc/vundle.txt View File

@ -73,6 +73,8 @@ in order to install/search [all available vim scripts]
Bundle 'rails.vim' Bundle 'rails.vim'
" non github repos " non github repos
Bundle 'git://git.wincent.com/command-t.git' 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! filetype plugin indent on " required!


Loading…
Cancel
Save