Skip to content

Commit

Permalink
Merge pull request #2879 from slycordinator/winget
Browse files Browse the repository at this point in the history
Add installation directions for winget
  • Loading branch information
koalaman authored Jan 21, 2024
2 parents ba86c63 + e502848 commit b5ab220
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -194,6 +194,12 @@ On Windows (via [chocolatey](https://chocolatey.org/packages/shellcheck)):
C:\> choco install shellcheck
```

Or Windows (via [winget](https://github.com/microsoft/winget-pkgs)):

```cmd
C:\> winget install --id koalaman.shellcheck
```

Or Windows (via [scoop](http://scoop.sh)):

```cmd
Expand Down

0 comments on commit b5ab220

Please sign in to comment.