]> Sergey Matveev's repositories - public-inbox.git/commitdiff
INSTALL: s/repositories/inboxes/
authorEric Wong <e@yhbt.net>
Sun, 23 Feb 2020 22:43:37 +0000 (22:43 +0000)
committerEric Wong <e@yhbt.net>
Mon, 24 Feb 2020 08:18:17 +0000 (08:18 +0000)
Since v2 inboxes can be made of several git repositories,
consistently call them "inboxes", instead.

INSTALL

diff --git a/INSTALL b/INSTALL
index bf1c821a9448602d18c21faf3f761ec67272db38..7d14ca55cffcd86eab6c473db3d3a6d4eb037fd1 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -21,9 +21,9 @@ Requirements
 public-inbox requires a number of other packages to access its full
 functionality.  The core tools are, of course:
 
-* Git (1.8.0+, 2.6+ for writing v2 repositories)
+* Git (1.8.0+, 2.6+ for writing v2 inboxes)
 * Perl 5.10.1+
-* DBD::SQLite (needed for NNTP, message threading, and v2 repositories)
+* DBD::SQLite (needed for NNTP, message threading, and v2 inboxes)
 
 To accept incoming mail into a public inbox, you'll likely want: