From d814e1939127f32ef6821d4f74e4ea7a3d72c41e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20S=C3=BAkup?= Date: Wed, 23 Sep 2015 09:21:29 +0200 Subject: [PATCH] install instructions for openSUSE --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/README.md b/README.md index fa27ee3..7ae34dc 100644 --- a/README.md +++ b/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