Skip to content

Commit

Permalink
readme: add guix installation instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
jgarte authored Nov 2, 2022
1 parent 65b1b0e commit 0000157
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -271,6 +271,13 @@ $ nix-env --install ripgrep
$ # (Or using the attribute name, which is also ripgrep.)
```

If you're a **Guix** user, you can install ripgrep from the official
package collection:

```
$ guix install ripgrep
```

If you're a **Debian** user (or a user of a Debian derivative like **Ubuntu**),
then ripgrep can be installed using a binary `.deb` file provided in each
[ripgrep release](https://github.com/BurntSushi/ripgrep/releases).
Expand Down

0 comments on commit 0000157

Please sign in to comment.