Skip to content

Commit da0a80f

Browse files
committed
Update readme.
1 parent 967af2e commit da0a80f

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ you can download a specific version back to 2.6.0 from October 1, 2005.
1616
The `full` branch, which is checked out by default, provides some additions:
1717

1818
* real Unicode support
19+
* MFA with time-based one-time passwords (codes from Authenticator App)
1920
* extended keyboard shortcuts ([docs](doc/shortcuts.md))
2021
* spreadsheet downloads
2122
* recently used objects
@@ -44,6 +45,19 @@ different distribution, either follow the [instructions from
4445
DWS](https://sql-ledger.com/cgi-bin/nav.pl?page=source/readme.txt&title=README),
4546
or open an issue on GitHub.
4647

48+
The Perl modules required to run this application are:
49+
50+
| Module | Debian package |
51+
|------------------------|-------------------------------|
52+
| Archive::Extract | libarchive-extract-perl |
53+
| Archive::Zip | libarchive-zip-perl |
54+
| DBD::Pg | libdbd-pg-perl |
55+
| Excel::Writer::XLSX | libexcel-writer-xlsx-perl |
56+
| IO::Socket::SSL | libio-socket-ssl-perl |
57+
| Mojolicious | libmojolicious-perl |
58+
| Spreadsheet::ParseXLSX | libspreadsheet-parsexlsx-perl |
59+
| Text::QRCode | libtext-qrcode-perl |
60+
4761
# Encrypted Backups
4862

4963
If [GnuPG](https://gnupg.org/) is installed on your server, you can

0 commit comments

Comments
 (0)