From: Kyle Meyer Date: Mon, 29 Mar 2021 03:11:17 +0000 (-0400) Subject: doc lei overview: better explain routes into local store X-Git-Tag: v1.7.0~869 X-Git-Url: http://www.git.stargrave.org/?a=commitdiff_plain;h=236831da32b1240dac165af2a97351a0b1b99b0c;p=public-inbox.git doc lei overview: better explain routes into local store --- diff --git a/Documentation/lei-overview.pod b/Documentation/lei-overview.pod index 55e84254..f74a228a 100644 --- a/Documentation/lei-overview.pod +++ b/Documentation/lei-overview.pod @@ -14,6 +14,11 @@ Commands will automatically initialize the store behind the scenes if needed, but you can call L directly if you want to use a store location other than the default C<$XDG_DATA_HOME/lei/store>. +The L command provides the primary interface for +importing messages into the local storage. In addition, other +commands, such as L and L, use the local store +to memoize messages from remotes. + =head2 EXAMPLES =over