From 498de633378b48a670973eda0ab5d1484005c3fc Mon Sep 17 00:00:00 2001 From: Vidar Holen Date: Sat, 28 Nov 2015 13:42:31 -0800 Subject: [PATCH] Mention that cabal installs to ~/.cabal/bin --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b79b8d6..9c7a00c 100644 --- a/README.md +++ b/README.md @@ -61,7 +61,7 @@ Use ShellCheck's exit code, or it's [CheckStyle compatible XML output](blob/mast The easiest way to install ShellCheck locally is through your package manager. -On systems with Cabal: +On systems with Cabal (installs to `~/.cabal/bin`): cabal update cabal install shellcheck