summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorJunegunn Choi <junegunn.c@gmail.com>2015-01-28 01:18:20 +0900
committerJunegunn Choi <junegunn.c@gmail.com>2015-01-28 01:18:20 +0900
commit423317b82afeb0e4b92f24bdd6fe2c9238709f66 (patch)
tree76d1efa2a6af6ab8a962f2fc98ff95fa917dd1ba /README.md
parent47201c2c4dc7d5e178212e0209f5db1fa5949631 (diff)
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md9
1 files changed, 4 insertions, 5 deletions
diff --git a/README.md b/README.md
index 4b7c6c5f..f863c63e 100644
--- a/README.md
+++ b/README.md
@@ -30,13 +30,13 @@ curl -L https://github.com/junegunn/fzf/archive/master.tar.gz |
The script will setup:
-- `fzf` function (bash, zsh, fish)
+- `fzf` command
- Key bindings (`CTRL-T`, `CTRL-R`, and `ALT-C`) (bash, zsh, fish)
- Fuzzy auto-completion (bash)
-If you don't use any of the aforementioned shells, you have to manually place
-fzf executable in a directory included in `$PATH`. Key bindings and
-auto-completion will not be available in that case.
+If you don't need the extra goodies, you can simply download
+[fzf executable](https://github.com/junegunn/fzf-bin/releases)
+and place it in a directory included in `$PATH`.
### Install as Vim plugin
@@ -542,4 +542,3 @@ Author
------
Junegunn Choi
-