mirror of
https://github.com/BurntSushi/ripgrep.git
synced 2025-07-31 20:21:59 -07:00
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:
@@ -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**),
|
||||||
|
Reference in New Issue
Block a user