summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Salter <davidsalter12@gmail.com>2017-02-28 14:40:33 -0500
committerAndrew Gallant <jamslam@gmail.com>2017-03-01 06:41:52 -0500
commitdf1bf4a042160e0b9b1a1d05de68f0ffcb6c66f0 (patch)
tree8422474598849e0871501c91209d0044b97bb199
parent4e8c0fc4ade785775005b416dc030295c684cb67 (diff)
Added Chocolatey to the installation list
-rw-r--r--README.md6
1 files changed, 6 insertions, 0 deletions
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:
```