mirror of
https://github.com/koalaman/shellcheck
synced 2025-08-19 21:03:51 -07:00
Merge pull request #2097 from ylluminarious/patch-1
Add MacPorts as installation option in README.md
This commit is contained in:
commit
5196ab1f95
1 changed files with 4 additions and 0 deletions
|
@ -172,6 +172,10 @@ On macOS (OS X) with Homebrew:
|
||||||
|
|
||||||
brew install shellcheck
|
brew install shellcheck
|
||||||
|
|
||||||
|
Or with MacPorts:
|
||||||
|
|
||||||
|
sudo port install shellcheck
|
||||||
|
|
||||||
On OpenBSD:
|
On OpenBSD:
|
||||||
|
|
||||||
pkg_add shellcheck
|
pkg_add shellcheck
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue