mirror of
https://github.com/koalaman/shellcheck
synced 2025-07-16 10:03:08 -07:00
Merge pull request #512 from mimi1vx/opensuse-docu
install instructions for openSUSE
This commit is contained in:
commit
a4b4954a23
1 changed files with 17 additions and 0 deletions
17
README.md
17
README.md
|
@ -37,6 +37,19 @@ On OS X with homebrew:
|
||||||
|
|
||||||
brew install shellcheck
|
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
|
||||||
|
|
||||||
|
zyper ar http://download.opensuse.org/repositories/devel:/languages:/haskell/openSUSE_$(version)/devel:languages:haskell.repo
|
||||||
|
zypper in ShellCheck
|
||||||
|
|
||||||
|
or use OneClickInstall - https://software.opensuse.org/package/ShellCheck
|
||||||
|
|
||||||
ShellCheck is also available as an online service:
|
ShellCheck is also available as an online service:
|
||||||
|
|
||||||
http://www.shellcheck.net
|
http://www.shellcheck.net
|
||||||
|
@ -53,6 +66,10 @@ On Fedora:
|
||||||
|
|
||||||
yum install cabal-install
|
yum install cabal-install
|
||||||
|
|
||||||
|
On openSUSE:Tumbleweed:
|
||||||
|
|
||||||
|
zypper in cabal-install
|
||||||
|
|
||||||
On Mac OS X with homebrew (http://brew.sh/):
|
On Mac OS X with homebrew (http://brew.sh/):
|
||||||
|
|
||||||
brew install cabal-install
|
brew install cabal-install
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue