From 35160a1cdb4c7e2c370e8a7fad6508ff922a33c2 Mon Sep 17 00:00:00 2001 From: Bryan Honof Date: Fri, 24 May 2024 17:59:19 +0200 Subject: [PATCH] doc: add Flox as an installation method Ref https://flox.dev/docs/ PR #2817 --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index a7ac3b5a..44698bb6 100644 --- a/README.md +++ b/README.md @@ -318,6 +318,12 @@ If you're a **Nix** user, you can install ripgrep from $ nix-env --install ripgrep ``` +If you're a **Flox** user, you can install ripgrep as follows: + +``` +$ flox install ripgrep +``` + If you're a **Guix** user, you can install ripgrep from the official package collection: