From 000015791742bb1280f1853adb714fdee1ba9f8e Mon Sep 17 00:00:00 2001 From: jgart <47760695+jgarte@users.noreply.github.com> Date: Wed, 2 Nov 2022 07:10:54 -0500 Subject: [PATCH] readme: add guix installation instructions PR #2344 --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 693f862..018e28e 100644 --- a/README.md +++ b/README.md @@ -271,6 +271,13 @@ $ nix-env --install ripgrep $ # (Or using the attribute name, which is also ripgrep.) ``` +If you're a **Guix** user, you can install ripgrep from the official +package collection: + +``` +$ guix install ripgrep +``` + If you're a **Debian** user (or a user of a Debian derivative like **Ubuntu**), then ripgrep can be installed using a binary `.deb` file provided in each [ripgrep release](https://github.com/BurntSushi/ripgrep/releases).