We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The installation section of the readme contains a broken link for RHEL/CentOS installation: https://copr.fedorainfracloud.org/coprs/carlwgeorge/ripgrep/repo/epel-7/carlwgeorge-ripgrep-epel-7.repo
Please kindly remove this and/or update the readme with working instructions for RHEL.
Thanks
The text was updated successfully, but these errors were encountered:
Update README.md with working instructions for RHEL/CentOS/Rocky Linux 9
e174e30
Resolves BurntSushi#2924 Updated/working instructions for installing ripgrep via EPEL repos on RHEL/CentOS/Rocky 9
For those still waiting, this'll install ripgrep on RHEL/CentOS/Rocky Linux 9:
sudo dnf config-manager --set-enabled crb sudo dnf install -y \ https://dl.fedoraproject.org/pub/epel/epel-release-latest-9.noarch.rpm \ https://dl.fedoraproject.org/pub/epel/epel-next-release-latest-9.noarch.rpm sudo dnf install -y ripgrep
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
The installation section of the readme contains a broken link for RHEL/CentOS installation:
https://copr.fedorainfracloud.org/coprs/carlwgeorge/ripgrep/repo/epel-7/carlwgeorge-ripgrep-epel-7.repo
Please kindly remove this and/or update the readme with working instructions for RHEL.
Thanks
The text was updated successfully, but these errors were encountered: