Skip to content
This repository was archived by the owner on Aug 28, 2025. It is now read-only.

Commit 4ff30fd

Browse files
authored
Merge pull request #26 from polyfloyd/doc-deps
Document optional Perl modules of optional plugins
2 parents 72a197b + 507552f commit 4ff30fd

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

INSTALLING.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,14 @@ Debian: apt install libterm-readline-gnu-perl libcurses-ui-perl
1717
Generic: cpan Term::ReadLine::Gnu Curses::UI
1818
```
1919

20+
Some optional plugins, like `mollie`, require these modules:
21+
22+
```
23+
Debian: apt install libwww-perl libjson-perl
24+
25+
Generic: cpan LWP::UserAgent JSON
26+
```
27+
2028
2. Clone the repository, run `./revbank` :)
2129

2230
## Configuring RevBank

0 commit comments

Comments
 (0)