Add scoop mention (#1646)

This commit is contained in:
Ross Smith II 2019-08-05 22:11:28 -07:00 committed by Junegunn Choi
parent 3b1e37f718
commit 4800e5d2ae

View File

@ -188,7 +188,7 @@ pkg install fzf
### Windows ### Windows
Pre-built binaries for Windows can be downloaded [here][bin]. fzf is also 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 [choco]: https://chocolatey.org/packages/fzf
@ -196,6 +196,14 @@ available as a [Chocolatey package][choco].
choco install fzf 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 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 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 to consider installing fzf on [Windows Subsystem for Linux][wsl] where