doc: update link for debian installation

PR #2829
This commit is contained in:
Pratham Verma 2024-06-03 03:18:50 +05:30 committed by GitHub
parent 2f0a269f07
commit dec0dc3196
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -336,8 +336,8 @@ then ripgrep can be installed using a binary `.deb` file provided in each
[ripgrep release](https://github.com/BurntSushi/ripgrep/releases).
```
$ curl -LO https://github.com/BurntSushi/ripgrep/releases/download/13.0.0/ripgrep_13.0.0_amd64.deb
$ sudo dpkg -i ripgrep_13.0.0_amd64.deb
$ curl -LO https://github.com/BurntSushi/ripgrep/releases/download/14.1.0/ripgrep_14.1.0-1_amd64.deb
$ sudo dpkg -i ripgrep_14.1.0-1_amd64.deb
```
If you run Debian stable, ripgrep is [officially maintained by