mirror of
https://github.com/koalaman/shellcheck
synced 2025-08-22 14:23:53 -07:00
add compilation documentation for test runners
This commit is contained in:
parent
e792d69293
commit
319063b95e
1 changed files with 4 additions and 0 deletions
|
@ -117,6 +117,10 @@ Verify that `cabal` is installed and update its dependency list with
|
||||||
|
|
||||||
$ cabal install
|
$ cabal install
|
||||||
|
|
||||||
|
Or if you intend to run the tests:
|
||||||
|
|
||||||
|
$ cabal install --enable-tests
|
||||||
|
|
||||||
This will compile ShellCheck and install it to your `~/.cabal/bin` directory.
|
This will compile ShellCheck and install it to your `~/.cabal/bin` directory.
|
||||||
|
|
||||||
Add this directory to your `PATH` (for bash, add this to your `~/.bashrc`):
|
Add this directory to your `PATH` (for bash, add this to your `~/.bashrc`):
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue