Skip to content

Commit

Permalink
readme: add winget installation section
Browse files Browse the repository at this point in the history
Closes #2409
  • Loading branch information
sitiom authored and BurntSushi committed Jul 8, 2023
1 parent 0f6181d commit 1d4e3df
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ Unreleased changes. Release notes have not yet been written.
Feature enhancements:

* 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:

Expand Down
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -228,6 +228,14 @@ If you're a **Windows Scoop** user, then you can install ripgrep from the
$ 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:

```
Expand Down

0 comments on commit 1d4e3df

Please sign in to comment.