mirror of
https://github.com/simonmichael/hledger.git
synced 2024-12-28 12:54:07 +03:00
doc: bin/README: tweaks
This commit is contained in:
parent
a160395eac
commit
bb95693779
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user