mirror of
https://github.com/koalaman/shellcheck
synced 2025-08-22 14:23:53 -07:00
Fix: Spelling & Add GitLab Support on Install
This commit is contained in:
parent
abe6afc09f
commit
53a926a79a
1 changed files with 4 additions and 3 deletions
|
@ -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.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue