Move Windows installation note for better visibility

pull/192/head
Aliaksandr Belik 6 months ago
parent 9379901013
commit ebb9613926

@ -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,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
```
@ -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):

Loading…
Cancel
Save