From 236831da32b1240dac165af2a97351a0b1b99b0c Mon Sep 17 00:00:00 2001 From: Kyle Meyer Date: Sun, 28 Mar 2021 23:11:17 -0400 Subject: [PATCH] doc lei overview: better explain routes into local store --- Documentation/lei-overview.pod | 5 +++++ 1 file changed, 5 insertions(+) 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 -- 2.44.0