mirror of
https://github.com/koalaman/shellcheck
synced 2025-07-06 04:51:37 -07:00
Add conda install instructions
This commit is contained in:
parent
7b998239af
commit
00574dd1fc
1 changed files with 4 additions and 0 deletions
|
@ -197,6 +197,10 @@ Or Windows (via [scoop](http://scoop.sh)):
|
||||||
C:\> scoop install shellcheck
|
C:\> scoop install shellcheck
|
||||||
```
|
```
|
||||||
|
|
||||||
|
From [conda-forge](https://anaconda.org/conda-forge/shellcheck):
|
||||||
|
|
||||||
|
conda install -c conda-forge shellcheck
|
||||||
|
|
||||||
From Snap Store:
|
From Snap Store:
|
||||||
|
|
||||||
snap install --channel=edge shellcheck
|
snap install --channel=edge shellcheck
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue