diff --git a/docs/HACKING.md b/docs/HACKING.md index 64544f9668..31c68b5be6 100644 --- a/docs/HACKING.md +++ b/docs/HACKING.md @@ -49,7 +49,7 @@ To build and boot an OS image with the latest systemd installed: ```sh $ mkosi -f genkey # Generate signing keys once. $ mkosi -f sandbox meson compile -C build mkosi # (re-)build the OS image -$ run0 mkosi boot # Boot the image with systemd-nspawn. +$ mkosi boot # Boot the image with systemd-nspawn. $ mkosi vm # Boot the image with qemu. ```