Update README

This commit is contained in:
Junegunn Choi 2014-12-18 23:53:32 +09:00
parent e8cd357060
commit 470139cd86

View File

@ -143,6 +143,7 @@ There are some plugins that require extra steps after installation or update.
In that case, use `do` option to describe the task to be performed.
```vim
Plug 'Shougo/vimproc.vim', { 'do': 'make' }
Plug 'Valloric/YouCompleteMe', { 'do': './install.sh' }
```