mirror of
https://github.com/BurntSushi/ripgrep.git
synced 2025-03-03 14:32:22 +02:00
parent
0f6181d309
commit
1d4e3df19c
@ -11,6 +11,8 @@ Unreleased changes. Release notes have not yet been written.
|
|||||||
Feature enhancements:
|
Feature enhancements:
|
||||||
|
|
||||||
* Added or improved file type filtering for Elixir, Fuchsia, Gentoo, GraphQL, USD
|
* Added or improved file type filtering for Elixir, Fuchsia, Gentoo, GraphQL, USD
|
||||||
|
* [FEATURE #2409](https://github.com/BurntSushi/ripgrep/pull/2409):
|
||||||
|
Added installation instructions for `winget`.
|
||||||
|
|
||||||
Bug fixes:
|
Bug fixes:
|
||||||
|
|
||||||
|
@ -228,6 +228,14 @@ If you're a **Windows Scoop** user, then you can install ripgrep from the
|
|||||||
$ scoop install ripgrep
|
$ scoop install ripgrep
|
||||||
```
|
```
|
||||||
|
|
||||||
|
If you're a **Windows Winget** user, then you can install ripgrep from the
|
||||||
|
[winget-pkgs](https://github.com/microsoft/winget-pkgs/tree/master/manifests/b/BurntSushi/ripgrep)
|
||||||
|
repository:
|
||||||
|
|
||||||
|
```
|
||||||
|
$ winget install BurntSushi.ripgrep.MSVC
|
||||||
|
```
|
||||||
|
|
||||||
If you're an **Arch Linux** user, then you can install ripgrep from the official repos:
|
If you're an **Arch Linux** user, then you can install ripgrep from the official repos:
|
||||||
|
|
||||||
```
|
```
|
||||||
|
Loading…
x
Reference in New Issue
Block a user