summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorJunegunn Choi <junegunn.c@gmail.com>2017-03-07 23:03:14 +0900
committerJunegunn Choi <junegunn.c@gmail.com>2017-03-07 23:03:14 +0900
commit54a4ab0f26042c912a2e5524813eb9cbe2a3f814 (patch)
treea379998733e2a32b34a350335347a8d33c648ff0 /README.md
parente03e91477b768ff5f798708f70e7236be3ff8e26 (diff)
Add Chocolatey instruction
Thanks to @majkinetor. Close #869.
Diffstat (limited to 'README.md')
-rw-r--r--README.md16
1 files changed, 12 insertions, 4 deletions
diff --git a/README.md b/README.md
index b9f9ce38..4062a45c 100644
--- a/README.md
+++ b/README.md
@@ -74,10 +74,18 @@ Plug 'junegunn/fzf', { 'dir': '~/.fzf', 'do': './install --all' }
### Windows
-Pre-built binaries for Windows can be downloaded [here][bin]. However, other
-components of the project may not work on Windows. You might want to consider
-installing fzf on [Windows Subsystem for Linux][wsl] where everything runs
-flawlessly.
+Pre-built binaries for Windows can be downloaded [here][bin]. fzf is also
+available as a [Chocolatey package][choco].
+
+[choco]: https://chocolatey.org/packages/fzf
+
+```sh
+choco install fzf
+```
+
+However, other components of the project may not work on Windows. You might
+want to consider installing fzf on [Windows Subsystem for Linux][wsl] where
+everything runs flawlessly.
[wsl]: https://blogs.msdn.microsoft.com/wsl/