mirror of
https://github.com/BurntSushi/ripgrep.git
synced 2025-07-16 22:42:20 +02:00
Merge pull request #195 from 8573/8573/readme/note-Nix-pkgs/1
Mention Nix package in README
This commit is contained in:
@ -132,6 +132,14 @@ $ yum-config-manager --add-repo=https://copr.fedorainfracloud.org/coprs/carlgeor
|
|||||||
$ yum install ripgrep
|
$ yum install ripgrep
|
||||||
```
|
```
|
||||||
|
|
||||||
|
If you're a **Nix** user, you can install `ripgrep` from
|
||||||
|
[nixpkgs](https://github.com/NixOS/nixpkgs/blob/master/pkgs/tools/text/ripgrep/default.nix):
|
||||||
|
|
||||||
|
```
|
||||||
|
$ nix-env --install ripgrep
|
||||||
|
$ # (Or using the attribute name, which is also `ripgrep`.)
|
||||||
|
```
|
||||||
|
|
||||||
If you're a **Rust programmer**, `ripgrep` can be installed with `cargo`:
|
If you're a **Rust programmer**, `ripgrep` can be installed with `cargo`:
|
||||||
|
|
||||||
```
|
```
|
||||||
|
Reference in New Issue
Block a user