diff --git a/bin/README.md b/bin/README.md index 6ed69e184..5fbd0b0da 100644 --- a/bin/README.md +++ b/bin/README.md @@ -137,23 +137,6 @@ $ hledger pijul status $ hledger pijul record [MSG] ``` -### hledger-lots - -[`hledger-lots`](https://github.com/edkedk99/hledger-lots) -shows a lots report, or generates a lot sale transaction, using FIFO strategy -(and without needing subaccounts for lots). - -Install or upgrade: -``` -$ pip install -U hledger-lots -``` -Examples: -```cli -$ hledger lots -$ hledger lots view -$ hledger lots list -``` - ### hledger-edit The [hledger-utils python package](https://pypi.org/project/hledger-utils/) provides @@ -193,6 +176,23 @@ $ hledger-plot -h $ hledger plot -- bal -DH ^Assets -2 ``` +### hledger-lots + +[`hledger-lots`](https://github.com/edkedk99/hledger-lots) +shows a lots report, or generates a lot sale transaction, using FIFO strategy +(and without needing subaccounts for lots). + +Install or upgrade: +``` +$ pip install -U hledger-lots +``` +Examples: +```cli +$ hledger lots +$ hledger lots view +$ hledger lots list +``` + ## HLEDGER-INTEGRATED These Haskell scripts use the hledger-lib API for maximum power and robustness;