From fe0310737ee923759ccda0f32aee4aa32e8f6a98 Mon Sep 17 00:00:00 2001 From: Junegunn Choi Date: Mon, 23 Sep 2013 01:47:39 +0900 Subject: [PATCH] Update README --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 23f1998..92695f9 100644 --- a/README.md +++ b/README.md @@ -40,9 +40,11 @@ Plug 'junegunn/vim-easy-align' call plug#end() ``` -Then :PlugInstall to install plugins. (Default plugin directory: `~/.vim/plugged`) - -You can change the location of the plugins with `plug#begin(path)` call. +Then `:PlugInstall` to install plugins. 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 `~/.vim/plugged` (or `$HOME/vimfiles` +on Windows) given that you didn't touch runtimepath before the call. You can +explicitly set the location of the plugins with `plug#begin(path)` call. ### Commands