mirror of
https://github.com/koalaman/shellcheck
synced 2025-08-22 06:13:54 -07:00
install instructions for openSUSE
This commit is contained in:
parent
23e0420cb1
commit
d814e19391
1 changed files with 15 additions and 0 deletions
15
README.md
15
README.md
|
@ -37,6 +37,17 @@ On OS X with homebrew:
|
|||
|
||||
brew install shellcheck
|
||||
|
||||
On openSUSE:Tumbleweed:
|
||||
|
||||
zypper in ShellCheck
|
||||
|
||||
On other openSUSE distributions:
|
||||
|
||||
add OBS devel:languages:haskell repository from (https://build.opensuse.org/project/repositories/devel:languages:haskell)
|
||||
zypper in ShellCheck
|
||||
|
||||
or use OneClickInstall (https://software.opensuse.org/package/ShellCheck)
|
||||
|
||||
ShellCheck is also available as an online service:
|
||||
|
||||
http://www.shellcheck.net
|
||||
|
@ -53,6 +64,10 @@ On Fedora:
|
|||
|
||||
yum install cabal-install
|
||||
|
||||
On openSUSE:Tumbleweed:
|
||||
|
||||
zypper in cabal-install
|
||||
|
||||
On Mac OS X with homebrew (http://brew.sh/):
|
||||
|
||||
brew install cabal-install
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue