diff --git a/CHANGELOG.md b/CHANGELOG.md index ea95a7e8..d69b7406 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,8 @@ Unreleased changes. Release notes have not yet been written. Feature enhancements: * Added or improved file type filtering for Elixir, Fuchsia, Gentoo, GraphQL, USD +* [FEATURE #2409](https://github.com/BurntSushi/ripgrep/pull/2409): + Added installation instructions for `winget`. Bug fixes: diff --git a/README.md b/README.md index 4dc62885..74b35fdd 100644 --- a/README.md +++ b/README.md @@ -228,6 +228,14 @@ If you're a **Windows Scoop** user, then you can install ripgrep from the $ scoop install ripgrep ``` +If you're a **Windows Winget** user, then you can install ripgrep from the +[winget-pkgs](https://github.com/microsoft/winget-pkgs/tree/master/manifests/b/BurntSushi/ripgrep) +repository: + +``` +$ winget install BurntSushi.ripgrep.MSVC +``` + If you're an **Arch Linux** user, then you can install ripgrep from the official repos: ```