Merge pull request #192 from aliesbelik/scoop-note

Add Scoop installation note
pull/201/head
phiresky 5 months ago committed by GitHub
commit cb6c8ddf2a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -45,7 +45,7 @@ Linux x64, macOS and Windows binaries are available [in GitHub Releases][latestr
#### Arch Linux
`pacman -S ripgrep-all`.
`pacman -S ripgrep-all`
#### Nix
@ -63,15 +63,21 @@ rga will search for all binaries it calls in \$PATH and the directory itself is
### Windows
Install ripgrep-all via [Chocolatey](https://chocolatey.org/packages/ripgrep-all):
Note that installing via [chocolatey](https://chocolatey.org/packages/ripgrep-all) or [scoop](https://github.com/ScoopInstaller/Main/blob/master/bucket/rga.json) is the only supported download method. If you download the binary from releases manually, you will not get the dependencies (for example pdftotext from poppler).
If you get an error like `VCRUNTIME140.DLL could not be found`, you need to install [vc_redist.x64.exe](https://support.microsoft.com/en-us/help/2977003/the-latest-supported-visual-c-downloads).
#### Chocolatey
```
choco install ripgrep-all
```
Note that installing via chocolatey or scoop is the only supported download method. If you download the binary from releases manually, you will not get the dependencies (for example pdftotext from poppler).
#### Scoop
If you get an error like `VCRUNTIME140.DLL could not be found`, you need to install [vc_redist.x64.exe](https://support.microsoft.com/en-us/help/2977003/the-latest-supported-visual-c-downloads).
```
scoop install rga
```
### Homebrew/Linuxbrew

Loading…
Cancel
Save