Skip to content

Commit

Permalink
Add installation directions for winge
Browse files Browse the repository at this point in the history
ShellCheck is now available on winget, so we can add it to the installation methods.
  • Loading branch information
slycordinator committed Dec 14, 2023
1 parent 5a96137 commit e502848
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 e502848

Please sign in to comment.