]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
docs: Explicitly mention ~/.local/bin in section on installing mkosi
authorDaan De Meyer <daan.j.demeyer@gmail.com>
Mon, 23 Dec 2024 20:30:32 +0000 (21:30 +0100)
committerLuca Boccassi <luca.boccassi@gmail.com>
Tue, 7 Jan 2025 18:26:13 +0000 (18:26 +0000)
(cherry picked from commit 54b4ec887066b12fe97ac28d7ed5108a23f262de)

docs/HACKING.md

index d1202dee4e15b23c412ad665be6509d689af7bf5..de3f66dd558eb64b363da2716488fcd02cca9ec9 100644 (file)
@@ -33,7 +33,9 @@ for testing purposes.
 First, install `mkosi` from the
 [GitHub repository](https://github.com/systemd/mkosi#running-mkosi-from-the-repository).
 Note that it's not possible to use your distribution's packaged version of mkosi
-as mkosi has to be installed outside of `/usr` for the following steps to work.
+as mkosi has to be installed outside of `/usr` for the following steps to work. When
+installing mkosi from the github repository, make sure to symlink it to `~/.local/bin`
+instead of `/usr/local/bin` if you want to add it to your `$PATH`.
 
 Then, you can build and run systemd executables as follows: