]> Sergey Matveev's repositories - public-inbox.git/blob - Documentation/lei-init.pod
4bfc3b9f21629b1fc1b68bfbb743e460dc7cc280
[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
21
22 =item --quiet
23
24 Suppress feedback messages.
25
26 =back
27
28 =head1 CONTACT
29
30 Feedback welcome via plain-text mail to L<mailto:meta@public-inbox.org>
31
32 The mail archives are hosted at L<https://public-inbox.org/meta/> and
33 L<http://4uok3hntl7oi7b4uf4rtfwefqeexfzil2w6kgk2jn5z2f764irre7byd.onion/meta/>
34
35 =head1 COPYRIGHT
36
37 Copyright 2021 all contributors L<mailto:meta@public-inbox.org>
38
39 License: AGPL-3.0+ L<https://www.gnu.org/licenses/agpl-3.0.txt>
40
41
42 =head1 SEE ALSO
43
44 L<lei-add-external(1)>