;doc: scripts and add-ons: edits

This commit is contained in:
Simon Michael 2024-08-12 11:59:41 +01:00
parent aa7a38f586
commit bafe70efb4

View File

@ -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 (<https://www.haskell.org/get-started>).
- 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: