]> git.ipfire.org Git - thirdparty/mkosi.git/commitdiff
README: clarify that companion tools can also be enabled from the git repo
authorAntonio Alvarez Feijoo <antonio.feijoo@suse.com>
Thu, 7 Aug 2025 13:27:03 +0000 (15:27 +0200)
committerJörg Behrmann <behrmann@physik.fu-berlin.de>
Thu, 7 Aug 2025 13:32:20 +0000 (15:32 +0200)
README.md

index fd334223467bdeec145c33cc20d5ef8488594b99..ed051b769f7d601fda5bc569623e3bd6c6675623 100644 (file)
--- a/README.md
+++ b/README.md
@@ -37,6 +37,15 @@ ln -s $PWD/mkosi/bin/mkosi ~/.local/bin/mkosi
 mkosi --version
 ```
 
+mkosi also provides other companion tools that can be enabled in a similar
+manner.
+
+```shell
+ln -s $PWD/mkosi/bin/mkosi-addon ~/.local/bin/mkosi-addon
+ln -s $PWD/mkosi/bin/mkosi-initrd ~/.local/bin/mkosi-initrd
+ln -s $PWD/mkosi/bin/mkosi-sandbox ~/.local/bin/mkosi-sandbox
+```
+
 ## Python installation methods
 
 mkosi can also be installed straight from the git repository url using