Skip to content

Commit

Permalink
Merge pull request #2917 from grische/fix/tests-readme
Browse files Browse the repository at this point in the history
Remove deprecated "install --enable-tests" command
  • Loading branch information
koalaman authored Feb 3, 2024
2 parents b5ab220 + de95624 commit b1b95c2
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -309,10 +309,6 @@ Verify that `cabal` is installed and update its dependency list with

$ cabal install

Or if you intend to run the tests:

$ cabal install --enable-tests

This will compile ShellCheck and install it to your `~/.cabal/bin` directory.

Add this directory to your `PATH` (for bash, add this to your `~/.bashrc`):
Expand Down Expand Up @@ -558,4 +554,3 @@ Happy ShellChecking!
* The wiki has [long form descriptions](https://github.com/koalaman/shellcheck/wiki/Checks) for each warning, e.g. [SC2221](https://github.com/koalaman/shellcheck/wiki/SC2221).
* ShellCheck does not attempt to enforce any kind of formatting or indenting style, so also check out [shfmt](https://github.com/mvdan/sh)!

0 comments on commit b1b95c2

Please sign in to comment.