]> 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)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Wed, 25 Dec 2024 04:54:11 +0000 (13:54 +0900)
docs/HACKING.md

index 2ac092c38b58a81aa32ca311bbfaa4eaaa47b5ec..049f50f8708348d74e7500ca1aac3ce43d269507 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: