mirror of
https://github.com/BurntSushi/ripgrep.git
synced 2025-12-23 06:30:57 +00:00
doc: actually fix deb download link
Amazingly, there were about a dozen PRs fixing this same thing, and I happened to choose the one that didn't actually fix the URL completely. Apparently some users found this "interesting": https://github.com/BurntSushi/ripgrep/pull/3065#issuecomment-3204275122
This commit is contained in:
parent
c037310050
commit
fdfda9ae73
1 changed files with 1 additions and 1 deletions
|
|
@ -338,7 +338,7 @@ 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.1-1_amd64.deb
|
||||
$ curl -LO https://github.com/BurntSushi/ripgrep/releases/download/14.1.1/ripgrep_14.1.1-1_amd64.deb
|
||||
$ sudo dpkg -i ripgrep_14.1.1-1_amd64.deb
|
||||
```
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue