From 4800e5d2ae6bac335dbc9fb1aae493761f4d70ee Mon Sep 17 00:00:00 2001 From: Ross Smith II Date: Mon, 5 Aug 2019 22:11:28 -0700 Subject: [PATCH] Add scoop mention (#1646) --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 423cef0..198a99c 100644 --- a/README.md +++ b/README.md @@ -188,7 +188,7 @@ pkg install fzf ### Windows Pre-built binaries for Windows can be downloaded [here][bin]. fzf is also -available as a [Chocolatey package][choco]. +available as a [Chocolatey package][choco]: [choco]: https://chocolatey.org/packages/fzf @@ -196,6 +196,14 @@ available as a [Chocolatey package][choco]. choco install fzf ``` +or a [Scoop package][scoop]: + +[scoop]: https://github.com/ScoopInstaller/Main/blob/master/bucket/fzf.json + +```sh +scoop install fzf +``` + However, other components of the project may not work on Windows. Known issues and limitations can be found on [the wiki page][windows-wiki]. You might want to consider installing fzf on [Windows Subsystem for Linux][wsl] where