From 319063b95e6b046bbe36d9f77be9c9a6f0114f04 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 364567f..cb0e439 100644 --- a/README.md +++ b/README.md @@ -117,6 +117,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`):