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:
@@ -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).
|
[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
|
$ sudo dpkg -i ripgrep_14.1.1-1_amd64.deb
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user