summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVidar Holen <vidar@vidarholen.net>2024-02-03 13:04:06 -0800
committerGitHub <noreply@github.com>2024-02-03 13:04:06 -0800
commitb1b95c2c1793bd0b7b3d2303fdf883aba33bfebf (patch)
tree16d45e2c9179bbc59bd9faa99d18f5f634fa2914
parentb5ab220652a97e33084c31f37a6454ed24b919ab (diff)
parentde95624d310622d234149e5b1bc96da2a40ff317 (diff)
Merge pull request #2917 from grische/fix/tests-readme
Remove deprecated "install --enable-tests" command
-rw-r--r--README.md5
1 files changed, 0 insertions, 5 deletions
diff --git a/README.md b/README.md
index ca9b847..3692319 100644
--- a/README.md
+++ b/README.md
@@ -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`):
@@ -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)!
-