summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJunegunn Choi <junegunn.c@gmail.com>2014-03-04 11:25:50 +0900
committerJunegunn Choi <junegunn.c@gmail.com>2014-03-04 11:25:50 +0900
commit245ee42763adada007e42622d8b457a44642028d (patch)
tree36a3a123c66cb8f8785188d9b05ee6d111f4d8dc
parent98bef4600c2a3021fc42fcfce4590013671b853d (diff)
Update installation instruction
-rw-r--r--README.md16
1 files changed, 6 insertions, 10 deletions
diff --git a/README.md b/README.md
index 89b8f31c..b0c8203c 100644
--- a/README.md
+++ b/README.md
@@ -32,18 +32,14 @@ The script will setup:
### Install as Vim plugin
-You can use any Vim plugin manager to install fzf for Vim. If you don't use one,
-I recommend you try [vim-plug](https://github.com/junegunn/vim-plug).
+Once you have cloned the repository, add the following line to your .vimrc.
-1. [Install vim-plug](https://github.com/junegunn/vim-plug#usage)
-2. Edit your .vimrc
-
- call plug#begin()
- Plug 'junegunn/fzf'
- " ...
- call plug#end()
+```vim
+set rtp+=~/.fzf
+```
-3. Run `:PlugInstall`
+Or you may use any Vim plugin manager, such as
+[vim-plug](https://github.com/junegunn/vim-plug).
Usage
-----