From 5b7a30846faba930616b2dce3d2344090330420d Mon Sep 17 00:00:00 2001 From: Timo Wilken Date: Thu, 30 Nov 2023 15:54:54 +0000 Subject: [PATCH] doc: fix Guix install instructions `guix install` should not be run using `sudo`, as per . PR #2669 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a72b43cc..17cfe949 100644 --- a/README.md +++ b/README.md @@ -283,7 +283,7 @@ If you're a **Guix** user, you can install ripgrep from the official package collection: ``` -$ sudo guix install ripgrep +$ guix install ripgrep ``` If you're a **Debian** user (or a user of a Debian derivative like **Ubuntu**),