summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJunegunn Choi <junegunn.c@gmail.com>2020-10-23 22:49:14 +0900
committerJunegunn Choi <junegunn.c@gmail.com>2020-10-23 22:52:46 +0900
commitb0987f727b38c91f8dfeb5dd38daba3de8d217ab (patch)
treeef3f4f77e969b037530b728bea8be81bc09b7e8d
parenta4d9b0b468b872180cbfa851be236098756b5e62 (diff)
Clarify that additional installation steps may be required
Close #2211
-rw-r--r--README.md7
1 files changed, 4 insertions, 3 deletions
diff --git a/README.md b/README.md
index e4bdd723..de186a3a 100644
--- a/README.md
+++ b/README.md
@@ -125,9 +125,10 @@ git clone --depth 1 https://github.com/junegunn/fzf.git ~/.fzf
| XBPS | Void Linux | `sudo xbps-install -S fzf` |
| Zypper | openSUSE | `sudo zypper install fzf` |
-Shell extensions (key bindings and fuzzy auto-completion) and Vim/Neovim
-plugin may or may not be enabled by default depending on the package manager.
-Refer to the package documentation for more information.
+> :warning: **Key bindings (CTRL-T / CTRL-R / ALT-C) and fuzzy auto-completion
+> may not be enabled by default.**
+>
+> Refer to the package documentation for more information. (e.g. `apt-cache show fzf`)
### Windows