From df1bf4a042160e0b9b1a1d05de68f0ffcb6c66f0 Mon Sep 17 00:00:00 2001 From: David Salter Date: Tue, 28 Feb 2017 14:40:33 -0500 Subject: [PATCH] Added Chocolatey to the installation list --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index e65d959a..82df80ef 100644 --- a/README.md +++ b/README.md @@ -167,6 +167,12 @@ $ brew tap burntsushi/ripgrep https://github.com/BurntSushi/ripgrep.git $ brew install burntsushi/ripgrep/ripgrep-bin ``` +If you're a **Windows Chocolatey** user, then you can install `ripgrep` from the [official repo](https://chocolatey.org/packages/ripgrep): + +``` +$ choco install ripgrep +``` + If you're an **Arch Linux** user, then you can install `ripgrep` from the official repos: ```