From 6671e6112030f643dc42e929abec665e991b345f Mon Sep 17 00:00:00 2001 From: Evgenii Alekseev Date: Thu, 5 May 2022 19:19:28 +0300 Subject: [PATCH] fix setup doc --- docs/setup.rst | 22 ++++++++++++---------- 1 file changed, 12 insertions(+), 10 deletions(-) diff --git a/docs/setup.rst b/docs/setup.rst index fad9a5a2..4cb79e83 100644 --- a/docs/setup.rst +++ b/docs/setup.rst @@ -1,10 +1,10 @@ - Setup instructions ================== - -#. Install package as usual. -#. Change settings if required, see :doc:`configuration reference ` for more details. +#. + Install package as usual. +#. + Change settings if required, see :doc:`configuration reference ` for more details. #. TL;DR @@ -14,7 +14,6 @@ Setup instructions ``repo-setup`` literally does the following steps: - #. Create ``/var/lib/ahriman/.makepkg.conf`` with ``makepkg.conf`` overrides if required (at least you might want to set ``PACKAGER``\ ): @@ -25,11 +24,14 @@ Setup instructions #. Configure build tools (it is required for correct dependency management system): - - #. Create build command, e.g. ``ln -s /usr/bin/archbuild /usr/local/bin/ahriman-x86_64-build`` (you can choose any name for command, basically it should be ``{name}-{arch}-build``\ ). - #. Create configuration file, e.g. ``cp /usr/share/devtools/pacman-{extra,ahriman}.conf`` (same as previous ``pacman-{name}.conf``\ ). - #. Change configuration file, add your own repository, add multilib repository etc; - #. Set ``build_command`` option to point to your command. + #. + Create build command, e.g. ``ln -s /usr/bin/archbuild /usr/local/bin/ahriman-x86_64-build`` (you can choose any name for command, basically it should be ``{name}-{arch}-build``\ ). + #. + Create configuration file, e.g. ``cp /usr/share/devtools/pacman-{extra,ahriman}.conf`` (same as previous ``pacman-{name}.conf``\ ). + #. + Change configuration file, add your own repository, add multilib repository etc; + #. + Set ``build_command`` option to point to your command. #. Configure ``/etc/sudoers.d/ahriman`` to allow running command without a password.