doc: add Windows Scoop install instructions

This commit is contained in:
Alejandro Barreto 2018-03-10 07:15:22 -06:00 committed by Andrew Gallant
parent dbf6f15625
commit c0c80e0209

View File

@ -203,6 +203,12 @@ If you're a **Windows Chocolatey** user, then you can install ripgrep from the [
$ choco install ripgrep $ choco install ripgrep
``` ```
If you're a **Windows Scoop** user, then you can install ripgrep from the [official bucket](https://github.com/lukesampson/scoop/blob/master/bucket/ripgrep.json):
```
$ scoop install ripgrep
```
If you're an **Arch Linux** user, then you can install ripgrep from the official repos: If you're an **Arch Linux** user, then you can install ripgrep from the official repos:
``` ```