From b15d8d214daa493844d9d2af486d30d387d13792 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Sat, 14 Jan 2023 12:04:54 -1000 Subject: [PATCH] ;doc: scripts: hledger-utils: show install command, mention hledger-plot --- bin/README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/bin/README.md b/bin/README.md index ee14d342d..dd7e33424 100644 --- a/bin/README.md +++ b/bin/README.md @@ -110,6 +110,13 @@ EDITOR='perl -pi -e "s|Cost:Food|Cost:Food:Fast Food|g"' hledger edit tag:locati [![asciicast](https://asciinema.org/a/549559.svg)](https://asciinema.org/a/549559) +And also a useful `hledger plot` command for generating charts. + +To install or upgrade the hledger-utils tools: +```shell +$ pip install -U hledger-utils # might be slightly different on your system +``` + ## hledger-integrated scripts These call hledger as a Haskell library, and so must be written in