mirror of
https://github.com/koalaman/shellcheck
synced 2025-08-22 14:23:53 -07:00
Update brew install instructions for cabal-install
This commit is contained in:
parent
6ccf9d6af1
commit
a71429516b
1 changed files with 1 additions and 3 deletions
|
@ -242,9 +242,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.
|
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 install ghc cabal-install
|
||||||
brew cask install haskell-platform
|
|
||||||
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 https://www.haskell.org/platform/
|
On MacPorts, the package is instead called `hs-cabal-install`, while native Windows users should install the latest version of the Haskell platform from https://www.haskell.org/platform/
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue