Browse Source

Update README.md

pull/490/head
Jonas Brunsgaard 12 years ago
parent
commit
ba353303f0
1 changed files with 3 additions and 1 deletions
  1. +3
    -1
      README.md

+ 3
- 1
README.md View File

@ -45,10 +45,12 @@
```vim
set nocompatible " be iMproved, required
filetype off " required
" avoid problems for users of other shells than bash.
set shell=/bin/bash
" set the runtime path to include Vundle and initialize
set rtp+=~/.vim/bundle/Vundle.vim
set shell=/bin/bash
call vundle#begin()
" alternatively, pass a path where Vundle should install plugins
"call vundle#begin('~/some/path/here')


Loading…
Cancel
Save