mirror of
https://github.com/Llewellynvdm/fzf.git
synced 2024-11-22 04:45:14 +00:00
Add scoop mention (#1646)
This commit is contained in:
parent
3b1e37f718
commit
4800e5d2ae
10
README.md
10
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
|
||||
|
Loading…
Reference in New Issue
Block a user