From bb9569377927f60d312f823589f0e9a4a847d280 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Sun, 24 Jul 2022 11:59:05 +0100 Subject: [PATCH] doc: bin/README: tweaks --- bin/README.md | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/bin/README.md b/bin/README.md index e4ae7ec10..78c0df6ef 100644 --- a/bin/README.md +++ b/bin/README.md @@ -84,13 +84,12 @@ $ echo "export PATH=$PATH:$PWD/bin" >>~/.bash_profile" $ export PATH=$PATH:$PWD/bin ``` -Scripts with no file extension are mostly [bash] scripts except where noted; -if you use another shell you might have to adapt them. +Scripts with no file extension are mostly [bash] scripts except where noted. +if you don't want to install bash you might have to adapt them to your shell. -Scripts with a `.hs` file extension are usually [stack scripts][], -requiring [stack][] to run. If you prefer you can adapt them to be -cabal scripts or install their required libraries yourself and -run/compile them with suitable runghc/ghc commands. +Scripts with a `.hs` file extension are usually [stack scripts][], requiring [stack][] to run. +If you don't want to install stack you can adapt them to be cabal scripts, +or install their required libraries yourself and run/compile them with suitable runghc/ghc commands. See also [Working with hledger-*.hs scripts](#working-with-hledger-hs-scripts) below. [bash]: https://www.gnu.org/software/bash