diff options
author | Yu Watanabe <watanabe.yu+github@gmail.com> | 2025-01-23 01:00:39 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-01-23 01:00:39 +0100 |
commit | ef199874ae5938ce4247900bd0f1a53e568a941f (patch) | |
tree | 1ec8a3a9d2c98a98537932cf3aa01e4d5067ac01 /docs/HACKING.md | |
parent | pretty-print: fix handling of line continuation in cat_file() (#35886) (diff) | |
parent | mkosi: Update to latest (diff) | |
download | systemd-ef199874ae5938ce4247900bd0f1a53e568a941f.tar.xz systemd-ef199874ae5938ce4247900bd0f1a53e568a941f.zip |
mkosi: Update to latest (#36114)
Diffstat (limited to 'docs/HACKING.md')
-rw-r--r-- | docs/HACKING.md | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/docs/HACKING.md b/docs/HACKING.md index f6f0500b75..b0cba3da0f 100644 --- a/docs/HACKING.md +++ b/docs/HACKING.md @@ -46,11 +46,10 @@ and allows building and booting an OS image with the latest systemd installed 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. 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`. +[GitHub repository](https://github.com/systemd/mkosi#running-mkosi-from-the-repository) +or via your distribution's package manager. Note that systemd regularly adopts +newer mkosi features that are not in an official release yet so there's a good +chance that your distribution's packaged version of mkosi will be too old. Then, you can build and run systemd executables as follows: |