mirror of
https://github.com/koalaman/shellcheck
synced 2025-08-21 05:43:51 -07:00
Fixed up readme
This commit is contained in:
parent
24580609b8
commit
876831b419
1 changed files with 1 additions and 1 deletions
2
README
2
README
|
@ -20,7 +20,7 @@ To build the JSON interface and run the unit tests, it also requires QuickCheck2
|
||||||
|
|
||||||
On Ubuntu and similar, these are called:
|
On Ubuntu and similar, these are called:
|
||||||
ghc libghc-parsec3-dev libghc-json-dev libghc-regex-compat-dev libghc-quickcheck2-dev
|
ghc libghc-parsec3-dev libghc-json-dev libghc-regex-compat-dev libghc-quickcheck2-dev
|
||||||
For older releases of Ubuntu and similar use instead:
|
For older releases, you may have to use:
|
||||||
ghc6 libghc6-parsec3-dev libghc6-quickcheck2-dev libghc6-json-dev libghc-regex-compat-dev
|
ghc6 libghc6-parsec3-dev libghc6-quickcheck2-dev libghc6-json-dev libghc-regex-compat-dev
|
||||||
|
|
||||||
Executables can be built with cabal. Tests currently still rely on a Makefile.
|
Executables can be built with cabal. Tests currently still rely on a Makefile.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue