From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on dcvr.yhbt.net X-Spam-Level: X-Spam-Status: No, score=-3.2 required=3.0 tests=AWL,BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,SPF_HELO_NONE,SPF_PASS shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from out1.migadu.com (out1.migadu.com [IPv6:2001:41d0:2:863f::]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dcvr.yhbt.net (Postfix) with ESMTPS id 1CEEE1FB0F for ; Mon, 29 Mar 2021 03:12:06 +0000 (UTC) X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kyleam.com; s=key1; t=1616987524; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=S4IryEK4y6aoeppCHH80qN4gV2dXrY+e3wLL/1tC+gc=; b=pYsz1W8vzLyDFlNyEOlFq9iXR7aN2gW+3EhmS3KrMOQOIGaqj/nXz2ZvcV+D8FoepIaDqb 3/rn6EjOhuz1OmtNXOxnE08hvSey0PeIpDNYx5czVQA3MPQ00J+pIfQI4yOQx2u2Z6KPmW GhzvrxXNgDE7WhnjFip9XvC22fcjjjqA0td1FW6s4jB1hYkwqqUF1NY/3mpOHNbhultOt6 I9OYBx9M0aeAm+HMPh04BC+bKBndjz11B5mNOEVsOM7H0+o9i+eRnrqtq3OHth1B5H0F0g gR1xtxxCWeaF4khQBFNIGRlIxWt/FnWL+uv/Y+NL7HDGaqWkBRl/5+EqFInRQw== From: Kyle Meyer To: meta@public-inbox.org Subject: [PATCH 7/8] doc lei overview: note that lei-init is usually unnecessary Date: Sun, 28 Mar 2021 23:11:16 -0400 Message-Id: <20210329031117.28516-8-kyle@kyleam.com> In-Reply-To: <20210329031117.28516-1-kyle@kyleam.com> References: <20210329031117.28516-1-kyle@kyleam.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Migadu-Flow: FLOW_OUT X-Migadu-Auth-User: kyle@kyleam.com List-Id: 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.31.0