From 3a006f7bcb89b7d1771ba15750e0c7a29c7ea959 Mon Sep 17 00:00:00 2001 From: Vidar Holen Date: Thu, 10 Nov 2016 13:13:42 -0800 Subject: [PATCH] Use camelcase for cabal commands to align with stack. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 106ada6..aa0c73b 100644 --- a/README.md +++ b/README.md @@ -64,7 +64,7 @@ The easiest way to install ShellCheck locally is through your package manager. On systems with Cabal (installs to `~/.cabal/bin`): cabal update - cabal install shellcheck + cabal install ShellCheck On Debian based distros: