From 54a4ab0f26042c912a2e5524813eb9cbe2a3f814 Mon Sep 17 00:00:00 2001 From: Junegunn Choi Date: Tue, 7 Mar 2017 23:03:14 +0900 Subject: [PATCH] Add Chocolatey instruction Thanks to @majkinetor. Close #869. --- README.md | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index b9f9ce3..4062a45 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/