Added Nix install option

pull/71/head
Felix 4 years ago committed by GitHub
parent 766211edc4
commit b0dceec8b8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -59,9 +59,14 @@ Linux x64, macOS and Windows binaries are available [in GitHub Releases][latestr
### Linux
On Arch Linux, you can simply install from AUR: `yay -S ripgrep-all`.
#### Arch Linux
simply install from AUR: `yay -S ripgrep-all`.
On Debian-based distributions you can download the [rga binary][latestrelease] and get the dependencies like this:
#### Nix
`nix-env -iA nixpkgs.ripgrep-all`
#### Debian-based
download the [rga binary][latestrelease] and get the dependencies like this:
`apt install ripgrep pandoc poppler-utils ffmpeg`

Loading…
Cancel
Save