mirror of
https://github.com/koalaman/shellcheck
synced 2025-07-06 13:01:39 -07:00
Add installation directions for winge
ShellCheck is now available on winget, so we can add it to the installation methods.
This commit is contained in:
parent
5a961371a7
commit
e5028481e2
1 changed files with 6 additions and 0 deletions
|
@ -194,6 +194,12 @@ On Windows (via [chocolatey](https://chocolatey.org/packages/shellcheck)):
|
||||||
C:\> choco install 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)):
|
Or Windows (via [scoop](http://scoop.sh)):
|
||||||
|
|
||||||
```cmd
|
```cmd
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue