mirror of
https://github.com/koalaman/shellcheck
synced 2025-08-22 06:13:54 -07:00
Merge cf4e8e5052
into f01e6e1a99
This commit is contained in:
commit
cc42b21a1a
1 changed files with 4 additions and 0 deletions
|
@ -24,18 +24,22 @@ ShellCheck requires at least 1 GB of RAM to compile. Executables can be built wi
|
||||||
Make sure cabal is installed. On Debian based distros:
|
Make sure cabal is installed. On Debian based distros:
|
||||||
|
|
||||||
apt-get install cabal-install
|
apt-get install cabal-install
|
||||||
|
cabal update
|
||||||
|
|
||||||
On Fedora:
|
On Fedora:
|
||||||
|
|
||||||
yum install cabal-install
|
yum install cabal-install
|
||||||
|
cabal update
|
||||||
|
|
||||||
On Mac OS X with homebrew (http://brew.sh/):
|
On Mac OS X with homebrew (http://brew.sh/):
|
||||||
|
|
||||||
brew install cabal-install
|
brew install cabal-install
|
||||||
|
cabal update
|
||||||
|
|
||||||
On Mac OS X with MacPorts (http://www.macports.org/):
|
On Mac OS X with MacPorts (http://www.macports.org/):
|
||||||
|
|
||||||
port install hs-cabal-install
|
port install hs-cabal-install
|
||||||
|
cabal update
|
||||||
|
|
||||||
With cabal installed, cd to the shellcheck source directory and:
|
With cabal installed, cd to the shellcheck source directory and:
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue