about summary refs log tree commit homepage
path: root/Documentation/lei-overview.pod
diff options
context:
space:
mode:
authorKyle Meyer <kyle@kyleam.com>2021-03-28 23:11:16 -0400
committerEric Wong <e@80x24.org>2021-03-29 03:15:42 +0000
commit2f0ee986b702e4e809f2d8342dd9b6717c5e4dc8 (patch)
treee8577e44aba300dab2f0eca406fb6ea530e845d1 /Documentation/lei-overview.pod
parent510b02746ca53e80b9bfed82ab589f43e20bacab (diff)
downloadpublic-inbox-2f0ee986b702e4e809f2d8342dd9b6717c5e4dc8.tar.gz
cf. https://public-inbox.org/meta/20210325083207.GA30551@dcvr
Diffstat (limited to 'Documentation/lei-overview.pod')
-rw-r--r--Documentation/lei-overview.pod6
1 files 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