doc: update version number in dpkg installation
Some checks failed
ci / docs (push) Has been cancelled
ci / test (push) Has been cancelled
ci / wasm (push) Has been cancelled
ci / rustfmt (push) Has been cancelled

PR #3058
This commit is contained in:
wm 2025-05-30 20:30:52 +08:00 committed by GitHub
parent 6dfaec03e8
commit cbc598f245
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/14.1.0/ripgrep_14.1.0-1_amd64.deb
$ sudo dpkg -i ripgrep_14.1.0-1_amd64.deb
$ curl -LO https://github.com/BurntSushi/ripgrep/releases/download/14.1.0/ripgrep_14.1.1-1_amd64.deb
$ sudo dpkg -i ripgrep_14.1.1-1_amd64.deb
```
If you run Debian stable, ripgrep is [officially maintained by