Merge pull request #123 from uhthomas/master

Update Arch Linux install command
This commit is contained in:
phiresky 2022-06-12 11:01:37 +02:00 committed by GitHub
commit 399fd3c358
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -82,7 +82,8 @@ Linux x64, macOS and Windows binaries are available [in GitHub Releases][latestr
### Linux ### Linux
#### Arch Linux #### Arch Linux
simply install from AUR: `yay -S ripgrep-all`.
`pacman -S ripgrep-all`.
#### Nix #### Nix
`nix-env -iA nixpkgs.ripgrep-all` `nix-env -iA nixpkgs.ripgrep-all`