1 For basic installation:
4 $ make install install-doc
6 By default, StGit is installed to the $(HOME)/.local/{bin,lib,share}
7 directories, as specified by the systemd file-hierarchy and XDG Base
8 Directory specs. To install elsewhere, the prefix variable can be set:
10 # make prefix=/usr/local install install-doc
12 It is also possible to install StGit within a Python virtual environment:
14 (my-venv) $ python setup.py install
18 - To build and install the documentation, you need to have the
19 asciidoc/xmlto toolchain. The default build target ("make all")
20 does _not_ build them.