From 2f0ee986b702e4e809f2d8342dd9b6717c5e4dc8 Mon Sep 17 00:00:00 2001 From: Kyle Meyer Date: Sun, 28 Mar 2021 23:11:16 -0400 Subject: [PATCH] doc lei overview: note that lei-init is usually unnecessary 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 initializes writable local storage based on -L. +lei has writable local storage based on L. +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>. =head2 EXAMPLES -- 2.48.1