]> Sergey Matveev's repositories - public-inbox.git/blob - Documentation/lei-init.pod
bc687f725a1233bd37039a64f972e6ee288a3f29
[public-inbox.git] / Documentation / lei-init.pod
1 =head1 NAME
2
3 lei-init - initialize storage
4
5 =head1 SYNOPSIS
6
7 lei init [OPTIONS] [DIRNAME]
8
9 =head1 DESCRIPTION
10
11 Initialize local writable storage for L<lei(1)>.  If C<DIRNAME> is
12 unspecified, the storage is created at C<$XDG_DATA_HOME/lei/store>.
13 C<leistore.dir> in C<$XDG_CONFIG_HOME/lei/config> records this
14 location.
15
16 =head1 OPTIONS
17
18 =over
19
20 =item -q, --quiet
21
22 Suppress feedback messages.
23
24 =back
25
26 =head1 CONTACT
27
28 Feedback welcome via plain-text mail to L<mailto:meta@public-inbox.org>
29
30 The mail archives are hosted at L<https://public-inbox.org/meta/>
31 and L<http://hjrcffqmbrq6wope.onion/meta/>
32
33 =head1 COPYRIGHT
34
35 Copyright 2021 all contributors L<mailto:meta@public-inbox.org>
36
37 License: AGPL-3.0+ L<https://www.gnu.org/licenses/agpl-3.0.txt>
38
39
40 =head1 SEE ALSO
41
42 L<lei-add-external(1)>