From 7b55e73e03a0aa6f3dc826cbc5b8270b03a5a55a Mon Sep 17 00:00:00 2001 From: Unknown Date: Tue, 29 Aug 2017 13:38:12 -0400 Subject: [PATCH] Updated readme installation instructions Added installation instructions for Solus distro. --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 72151ce..0e219d0 100644 --- a/README.md +++ b/README.md @@ -127,6 +127,10 @@ Add OBS devel:languages:haskell repository from https://build.opensuse.org/proje Or use OneClickInstall - https://software.opensuse.org/package/ShellCheck +On Solus: + + eopkg install shellcheck + From Docker Hub: docker pull koalaman/shellcheck:latest # Or :v0.4.6 for a release version