add compilation documentation for test runners

This commit is contained in:
Royce Remer 2016-02-28 14:28:40 -08:00 committed by koalaman
parent 6f4e06d83c
commit f8e75d3e89
1 changed files with 4 additions and 0 deletions

View File

@ -154,6 +154,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`):