mirror of
https://github.com/koalaman/shellcheck
synced 2025-07-05 20:41:35 -07:00
Merge pull request #1857 from lukelbd/conda-install-instructions
Add conda install instructions
This commit is contained in:
commit
7e40d97e7a
1 changed files with 4 additions and 0 deletions
|
@ -202,6 +202,10 @@ Or Windows (via [scoop](http://scoop.sh)):
|
|||
C:\> scoop install shellcheck
|
||||
```
|
||||
|
||||
From [conda-forge](https://anaconda.org/conda-forge/shellcheck):
|
||||
|
||||
conda install -c conda-forge shellcheck
|
||||
|
||||
From Snap Store:
|
||||
|
||||
snap install --channel=edge shellcheck
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue