mirror of
https://github.com/junegunn/fzf.git
synced 2025-11-17 15:53:39 -05:00
16
README.md
16
README.md
@@ -74,10 +74,18 @@ Plug 'junegunn/fzf', { 'dir': '~/.fzf', 'do': './install --all' }
|
|||||||
|
|
||||||
### Windows
|
### Windows
|
||||||
|
|
||||||
Pre-built binaries for Windows can be downloaded [here][bin]. However, other
|
Pre-built binaries for Windows can be downloaded [here][bin]. fzf is also
|
||||||
components of the project may not work on Windows. You might want to consider
|
available as a [Chocolatey package][choco].
|
||||||
installing fzf on [Windows Subsystem for Linux][wsl] where everything runs
|
|
||||||
flawlessly.
|
[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/
|
[wsl]: https://blogs.msdn.microsoft.com/wsl/
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user