From c6dcb4127a61c4ca831907b889bb2242777b1118 Mon Sep 17 00:00:00 2001 From: Oleg Andreyev Date: Sun, 9 Jun 2019 17:00:51 +0300 Subject: [PATCH] #1607 fixing brew command --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6b789cd..3baca68 100644 --- a/README.md +++ b/README.md @@ -258,7 +258,7 @@ ShellCheck is built and packaged using Cabal. Install the package `cabal-install On MacOS (OS X), you can do a fast install of Cabal using brew, which takes a couple of minutes instead of more than 30 minutes if you try to compile it from source. brew install cask - brew cask install haskell-platform + brew cask install haskell-for-mac cabal install cabal-install On MacPorts, the package is instead called `hs-cabal-install`, while native Windows users should install the latest version of the Haskell platform from