From b0dceec8b8d12f176bb451485ba142906f813739 Mon Sep 17 00:00:00 2001 From: Felix <9039899+fkarg@users.noreply.github.com> Date: Tue, 25 Aug 2020 14:35:44 +0200 Subject: [PATCH] Added Nix install option --- README.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4d7e048..1569cea 100644 --- a/README.md +++ b/README.md @@ -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`