Document new dependency

This commit is contained in:
Juerd Waalboer 2022-08-30 21:07:22 +02:00
parent 042db97ea8
commit 13e3435d33
2 changed files with 11 additions and 3 deletions

View file

@ -18,11 +18,11 @@ In general, upgrading is done by committing any changed files and then doing a
## Installing
1. Install the Perl module Term::ReadLine::Gnu
1. Install the dependencies:
```
Debian: apt install libterm-readline-gnu-perl
Generic: cpan Term::ReadLine::Gnu
Debian: apt install libterm-readline-gnu-perl libcurses-ui-perl
Generic: cpan Term::ReadLine::Gnu Curses::UI
```
2. Clone the repository, run revbank :)

View file

@ -1,3 +1,11 @@
# (2022-08-30) RevBank 3.5
RevBank now has a simple built-in text editor for products and market;
rationale in lib/RevBank/TextArea.pod.
This comes with a new dependency, the perl module Curses::UI (debian:
libcurses-ui-perl).
# (2022-06-11) RevBank 3.4
RevBank now has built-in hidden accounts and balanced transactions. These