summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTimo Wilken <github@twilken.net>2023-11-30 15:54:54 +0000
committerGitHub <noreply@github.com>2023-11-30 10:54:54 -0500
commit5b7a30846faba930616b2dce3d2344090330420d (patch)
tree3818935444106b573d98805b10de990bee06dfa6
parent2a4dba3fbfef944c562bcdfa7485fa0f70d4f86f (diff)
doc: fix Guix install instructions
`guix install` should not be run using `sudo`, as per <https://packages.guix.gnu.org/packages/ripgrep/>. PR #2669
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
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**),