Browse code

Update syntax/vim README with Vundle instructions

Signed-off-by: Evan Carmi <evan@ecarmi.org>

Evan Carmi authored on 2015/01/06 04:02:17
Showing 1 changed files
... ...
@@ -5,8 +5,11 @@ Syntax highlighting for Dockerfiles
5 5
 
6 6
 Installation
7 7
 ------------
8
+With [pathogen](https://github.com/tpope/vim-pathogen), the usual way...
8 9
 
9
-Via pathogen, the usual way...
10
+With [Vundle](https://github.com/gmarik/Vundle.vim)
11
+  
12
+    Plugin 'docker/docker' , {'rtp': '/contrib/syntax/vim/'}
10 13
 
11 14
 Features
12 15
 --------