Update README

This commit is contained in:
Junegunn Choi 2013-09-23 01:51:55 +09:00
parent 3200359ff4
commit f785a017b0

View File

@ -46,9 +46,9 @@ Then `:PlugInstall` to install plugins.
By default, plugins are installed in `plugged` directory under the first path in By default, plugins are installed in `plugged` directory under the first path in
runtimepath at the point when `plug#begin()` is called. This is usually runtimepath at the point when `plug#begin()` is called. This is usually
`~/.vim/plugged` (or `$HOME/vimfiles` on Windows) given that you didn't touch `~/.vim/plugged` (or `$HOME/vimfiles/plugged` on Windows) given that you didn't
runtimepath before the call. You can explicitly set the location of the plugins touch runtimepath before the call. You can explicitly set the location of the
with `plug#begin(path)` call. plugins with `plug#begin(path)` call.
### Commands ### Commands