From: hulkoba Date: Fri, 2 Feb 2024 11:30:59 +0000 (+0100) Subject: docs/HACKING: link mkosi webpage X-Git-Tag: v256-rc1~157^2~73 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=517fd35f94a975b0af9ec6ce6a085789c7f9a548;p=thirdparty%2Fsystemd.git docs/HACKING: link mkosi webpage and remove one of two mkosi github links --- diff --git a/docs/HACKING.md b/docs/HACKING.md index 8abb5e040f2..7381910762c 100644 --- a/docs/HACKING.md +++ b/docs/HACKING.md @@ -42,7 +42,7 @@ run the relevant tool from the build directory. For some components (most importantly, systemd/PID 1 itself) this is not possible, however. In order to simplify testing for cases like this we provide a set of `mkosi` config files directly in the source tree. -[mkosi](https://github.com/systemd/mkosi) is a tool for building clean OS images +[mkosi](https://mkosi.systemd.io/) is a tool for building clean OS images from an upstream distribution in combination with a fresh build of the project in the local working directory. To make use of this, please install the latest version of mkosi from the [GitHub repository](https://github.com/systemd/mkosi).