浏览代码

Merge pull request #9909 from carmi/master

Update syntax/vim README with Vundle instructions
Alexander Morozov 10 年之前
父节点
当前提交
356b035c4b
共有 1 个文件被更改,包括 4 次插入1 次删除
  1. 4 1
      contrib/syntax/vim/README.md

+ 4 - 1
contrib/syntax/vim/README.md

@@ -5,8 +5,11 @@ Syntax highlighting for Dockerfiles
 
 Installation
 ------------
+With [pathogen](https://github.com/tpope/vim-pathogen), the usual way...
 
-Via pathogen, the usual way...
+With [Vundle](https://github.com/gmarik/Vundle.vim)
+  
+    Plugin 'docker/docker' , {'rtp': '/contrib/syntax/vim/'}
 
 Features
 --------