From 2a23b507c961f62406b7ccc7b3bba3090fa7f7bb Mon Sep 17 00:00:00 2001 From: sitiom Date: Sat, 4 Feb 2023 10:14:14 +0800 Subject: [PATCH] Add Winget installation reference --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index 6084a6a90..44d5282b2 100644 --- a/README.md +++ b/README.md @@ -228,6 +228,17 @@ 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 +``` +or +``` +$ winget install BurntSushi.ripgrep.GNU +``` + If you're an **Arch Linux** user, then you can install ripgrep from the official repos: ```