Updated faq (markdown)

junegunn 2014-09-19 18:01:52 -07:00
parent e47fd2758a
commit bfe7920387

2
faq.md

@ -89,6 +89,6 @@ Place the following code in your .vimrc before `plug#begin()` call
```vim
if empty(glob('~/.vim/autoload/plug.vim'))
!curl -fLo ~/.vim/autoload/plug.vim
\ https://raw.github.com/junegunn/vim-plug/master/plug.vim
\ https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim
endif
```