From 9e9c0ceaf48ddbc3fe09850fb403708438edbed2 Mon Sep 17 00:00:00 2001 From: sitiom Date: Wed, 15 Feb 2023 15:47:12 +0800 Subject: Add Winget Releaser workflow (#3164) --- README.md | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 56739799..056011ae 100644 --- a/README.md +++ b/README.md @@ -136,15 +136,17 @@ git clone --depth 1 https://github.com/junegunn/fzf.git ~/.fzf ### Windows Pre-built binaries for Windows can be downloaded [here][bin]. fzf is also -available via [Chocolatey][choco] and [Scoop][scoop]: +available via [Chocolatey][choco], [Scoop][scoop], and [Winget][winget]: -| Package manager | Command | -| --- | --- | -| Chocolatey | `choco install fzf` | -| Scoop | `scoop install fzf` | +| Package manager | Command | +| --- | --- | +| Chocolatey | `choco install fzf` | +| Scoop | `scoop install fzf` | +| Winget | `winget install fzf` | [choco]: https://chocolatey.org/packages/fzf [scoop]: https://github.com/ScoopInstaller/Main/blob/master/bucket/fzf.json +[winget]: https://github.com/microsoft/winget-pkgs/tree/master/manifests/j/junegunn/fzf Known issues and limitations on Windows can be found on [the wiki page][windows-wiki]. -- cgit v1.2.3