Fix: Spelling & Add GitLab Support on Install

This commit is contained in:
Brian Holaday 2019-02-20 22:22:13 -07:00 committed by GitHub
commit 53a926a79a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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.