From 53a926a79a59851299819a7384cc66b73dd14318 Mon Sep 17 00:00:00 2001 From: Brian Holaday Date: Wed, 20 Feb 2019 22:22:13 -0700 Subject: [PATCH] Fix: Spelling & Add GitLab Support on Install --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 597be37..5ef88ca 100644 --- a/README.md +++ b/README.md @@ -109,7 +109,7 @@ On Debian based distros: On Arch Linux based distros: pacman -S shellcheck - + or get the dependency free [shellcheck-static](https://aur.archlinux.org/packages/shellcheck-static/) from the AUR. On Gentoo based distros: @@ -177,9 +177,10 @@ Distro packages already come with a `man` page. If you are building from source, pandoc -s -t man shellcheck.1.md -o shellcheck.1 sudo mv shellcheck.1 /usr/share/man/man1 -## Travis CI +## Travis CI & GitLab -Travis CI has now integrated ShellCheck by default, so you don't need to manually install it. +Travis CI has now intergrated ShellCheck by default, so you don't need to manually install it. +GitLab does not intergrate ShellCheck by default, so you need to manually install it or pick what distro package to use. If you still want to do so in order to upgrade at your leisure or ensure the latest release, follow the steps to install the shellcheck binary, bellow.