]> git.ipfire.org Git - thirdparty/public-inbox.git/commitdiff
INSTALL: try to be less confusing about optional modules
authorŠtěpán Němec <stepnem@smrk.net>
Sat, 16 Mar 2024 22:37:18 +0000 (23:37 +0100)
committerEric Wong <e@80x24.org>
Mon, 18 Mar 2024 08:08:29 +0000 (08:08 +0000)
INSTALL

diff --git a/INSTALL b/INSTALL
index c04831c2fb5b1eff2f12b78bbfe26a267f1dc43f..aa2b2b84d2d4a0ef10d3c57950019470f286d3fc 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -58,7 +58,7 @@ Where "deb" indicates package names for Debian-derived distributions,
 "pkgin" for NetBSD, "apk" for Alpine Linux and "rpm" is for RPM-based
 distributions (only known to work on Fedora).
 
-Numerous optional modules are likely to be useful as well:
+Most users will likely also want the following:
 
 - DBD::SQLite                      deb: libdbd-sqlite3-perl
                                    pkg: p5-DBD-SQLite
@@ -71,7 +71,8 @@ Numerous optional modules are likely to be useful as well:
                                    rpm: perl-Search-Xapian
                                    (required for lei; HTTP and IMAP search)
 
-Every effort has been to make everything else optional:
+Other modules might be useful as well, depending on your use case and
+preferences:
 
 - Plack                            deb: libplack-perl
                                    pkg: p5-Plack