1
0
mirror of https://github.com/BurntSushi/ripgrep.git synced 2024-12-07 11:13:17 +02:00

Change NixOS to Nix

Nix is a distro-independent package manager
This commit is contained in:
AlbydS 2024-06-18 17:20:42 +00:00 committed by GitHub
parent 8150e3007c
commit 8b4b8c2970
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -303,7 +303,7 @@ $ sudo yum-config-manager --add-repo=https://copr.fedorainfracloud.org/coprs/car
$ sudo yum install ripgrep
```
If you're a **NixOS** user, you can install ripgrep from
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):
```