From bafe70efb4f61a75e78a4af342d34e64903744fc Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Mon, 12 Aug 2024 11:59:41 +0100 Subject: [PATCH] ;doc: scripts and add-ons: edits --- bin/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/README.md b/bin/README.md index 55a94a0f6..017220314 100644 --- a/bin/README.md +++ b/bin/README.md @@ -473,7 +473,7 @@ To use these bin scripts you must ensure they are in your $PATH and runnable: - Shell scripts: you may need [bash](https://www.gnu.org/software/bash), or to adapt the scripts for your shell. - Python scripts: you'll need python 3 and pip. -- Haskell scripts: you'll need stack (). +- Haskell scripts: you'll need [stack](http://haskellstack.org). Or if you know how, you can make them cabal scripts, or install their dependencies manually and use runghc/ghc. Here's a suggested install procedure: