From f8e75d3e89e9cd22858998681f2d1e94f84736ee Mon Sep 17 00:00:00 2001 From: Royce Remer Date: Sun, 28 Feb 2016 14:28:40 -0800 Subject: [PATCH] add compilation documentation for test runners --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index c4868ea..adcaa87 100644 --- a/README.md +++ b/README.md @@ -154,6 +154,10 @@ Verify that `cabal` is installed and update its dependency list with $ 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. Add this directory to your `PATH` (for bash, add this to your `~/.bashrc`):