From: Kyle Meyer Date: Mon, 29 Mar 2021 03:11:16 +0000 (-0400) Subject: doc lei overview: note that lei-init is usually unnecessary X-Git-Tag: v1.7.0~870 X-Git-Url: http://www.git.stargrave.org/?p=public-inbox.git;a=commitdiff_plain;h=2f0ee986b702e4e809f2d8342dd9b6717c5e4dc8 doc lei overview: note that lei-init is usually unnecessary cf. https://public-inbox.org/meta/20210325083207.GA30551@dcvr --- 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