summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorJunegunn Choi <junegunn.c@gmail.com>2015-10-23 14:56:27 +0900
committerJunegunn Choi <junegunn.c@gmail.com>2015-10-23 15:04:32 +0900
commit02203c7739f4af80b24c40caf2553fcd616bbbe0 (patch)
treef76dce3e732c5b0d4b53a9f32a20ea7125c489e0 /README.md
parent4d709e0dd2c1dc677c4ca54dc8c6f8e17875d5fc (diff)
Add command-line flags to install script
Close #392 usage: ./install [OPTIONS] --help Show this message --bin Download fzf binary only --all Download fzf binary and update configuration files to enable key bindings and fuzzy completion --[no-]key-bindings Enable/disable key bindings (CTRL-T, CTRL-R, ALT-C) --[no-]completion Enable/disable fuzzy completion (bash & zsh) --[no-]update-rc Whether or not to update shell configuration files
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 956dd1e2..e4521c62 100644
--- a/README.md
+++ b/README.md
@@ -68,7 +68,7 @@ Or you can have [vim-plug](https://github.com/junegunn/vim-plug) manage fzf
(recommended):
```vim
-Plug 'junegunn/fzf', { 'dir': '~/.fzf', 'do': 'yes \| ./install' }
+Plug 'junegunn/fzf', { 'dir': '~/.fzf', 'do': './install --all' }
```
#### Upgrading fzf