mirror of
https://github.com/koalaman/shellcheck
synced 2025-08-19 13:00:54 -07:00
Removes trailing whitespace.
This commit is contained in:
parent
9772ba9de4
commit
e0d3c6923a
1 changed files with 2 additions and 2 deletions
|
@ -53,14 +53,14 @@ Let cabal update itself, in case your distro version is outdated:
|
||||||
With cabal installed, cd to the ShellCheck source directory and:
|
With cabal installed, cd to the ShellCheck source directory and:
|
||||||
|
|
||||||
$ cabal install
|
$ cabal install
|
||||||
|
|
||||||
This will install ShellCheck to your ~/.cabal/bin directory.
|
This will install ShellCheck to your ~/.cabal/bin directory.
|
||||||
|
|
||||||
Add the directory to your PATH (for bash, add this to your ~/.bashrc file):
|
Add the directory to your PATH (for bash, add this to your ~/.bashrc file):
|
||||||
|
|
||||||
export PATH=$HOME/.cabal/bin:$PATH
|
export PATH=$HOME/.cabal/bin:$PATH
|
||||||
|
|
||||||
Verify that your PATH is set up correctly:
|
Verify that your PATH is set up correctly:
|
||||||
|
|
||||||
$ which shellcheck
|
$ which shellcheck
|
||||||
~/.cabal/bin/shellcheck
|
~/.cabal/bin/shellcheck
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue