Skip to content

Commit

Permalink
Move Windows installation note for better visibility
Browse files Browse the repository at this point in the history
  • Loading branch information
aliesbelik committed Dec 1, 2023
1 parent 9379901 commit ebb9613
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -63,6 +63,10 @@ rga will search for all binaries it calls in \$PATH and the directory itself is

### Windows

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

```
Expand All @@ -75,10 +79,6 @@ choco install ripgrep-all
scoop install rga
```

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).

### Homebrew/Linuxbrew

`rga` can be installed with [Homebrew](https://formulae.brew.sh/formula/ripgrep-all#default):
Expand Down

0 comments on commit ebb9613

Please sign in to comment.