mirror of
https://github.com/koalaman/shellcheck
synced 2025-08-20 21:33:50 -07:00
Use camelcase for cabal commands to align with stack.
This commit is contained in:
parent
89b6fd58fa
commit
3a006f7bcb
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@ The easiest way to install ShellCheck locally is through your package manager.
|
||||||
On systems with Cabal (installs to `~/.cabal/bin`):
|
On systems with Cabal (installs to `~/.cabal/bin`):
|
||||||
|
|
||||||
cabal update
|
cabal update
|
||||||
cabal install shellcheck
|
cabal install ShellCheck
|
||||||
|
|
||||||
On Debian based distros:
|
On Debian based distros:
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue