Merge pull request #2879 from slycordinator/winget
Add installation directions for winget
This commit is contained in:
commit
b5ab220652
|
@ -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…
Reference in New Issue