mirror of
https://github.com/koalaman/shellcheck
synced 2025-08-22 06:13:54 -07:00
Add install instructions for installing via conda
See also: - Build repo: https://github.com/conda-forge/shellcheck-feedstock - Available platform/sversions: https://anaconda.org/conda-forge/shellcheck
This commit is contained in:
parent
61d2112e71
commit
1b32d19ed4
1 changed files with 4 additions and 0 deletions
|
@ -196,6 +196,10 @@ Or Windows (via [scoop](http://scoop.sh)):
|
||||||
C:\> scoop install shellcheck
|
C:\> scoop install shellcheck
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Via conda on [](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