From 1d4e3df19c0ce77c58ade35fbb30c216b48e2fba Mon Sep 17 00:00:00 2001 From: sitiom Date: Sat, 4 Feb 2023 10:14:14 +0800 Subject: [PATCH] readme: add winget installation section Closes #2409 --- CHANGELOG.md | 2 ++ README.md | 8 ++++++++ 2 files changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ea95a7e8e..d69b74063 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 4dc628856..74b35fdd1 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: ```