doc: fix Guix install instructions

`guix install` should not be run using `sudo`, as per
<https://packages.guix.gnu.org/packages/ripgrep/>.

PR #2669
This commit is contained in:
Timo Wilken
2023-11-30 15:54:54 +00:00
committed by GitHub
parent 2a4dba3fbf
commit 5b7a30846f

View File

@@ -283,7 +283,7 @@ If you're a **Guix** user, you can install ripgrep from the official
package collection: package collection:
``` ```
$ sudo guix install ripgrep $ guix install ripgrep
``` ```
If you're a **Debian** user (or a user of a Debian derivative like **Ubuntu**), If you're a **Debian** user (or a user of a Debian derivative like **Ubuntu**),