cf. https://public-inbox.org/meta/20210325083207.GA30551@dcvr --- Documentation/lei-overview.pod | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/Documentation/lei-overview.pod b/Documentation/lei-overview.pod index 7c7337ab..55e84254 100644 --- a/Documentation/lei-overview.pod +++ b/Documentation/lei-overview.pod @@ -9,8 +9,10 @@ provides some basic examples. =head1 LEI STORE -L<lei-init(1)> initializes writable local storage based on -L<public-inbox-v2-format(5)>. +lei has writable local storage based on L<public-inbox-v2-format(5)>. +Commands will automatically initialize the store behind the scenes if +needed, but you can call L<lei-init(1)> directly if you want to use a +store location other than the default C<$XDG_DATA_HOME/lei/store>. =head2 EXAMPLES -- 2.31.0
