Skip to content

Commit

Permalink
docs: Add installation instruction for WinGet users (#1580)
Browse files Browse the repository at this point in the history
See #1558 for background
  • Loading branch information
pranjalagg authored Feb 7, 2025
1 parent 5d9ea86 commit f88dbb0
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,14 @@ You may download the [SLSA3](https://slsa.dev) compliant binaries for Linux, mac
scoop install osv-scanner
```

### Windows WinGet

Windows users can also install osv-scanner from the official [WinGet repo](https://github.com/microsoft/winget-pkgs):

```bash
winget install Google.OSVScanner
```

### Homebrew

[Homebrew](https://brew.sh/) users can install [osv-scanner](https://formulae.brew.sh/formula/osv-scanner) via:
Expand Down

0 comments on commit f88dbb0

Please sign in to comment.