]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
docs: Align some comments in HACKING.md
authorDaan De Meyer <daan.j.demeyer@gmail.com>
Wed, 30 Oct 2024 10:16:13 +0000 (11:16 +0100)
committerDaan De Meyer <daan.j.demeyer@gmail.com>
Wed, 30 Oct 2024 10:16:36 +0000 (11:16 +0100)
docs/HACKING.md

index a4c3bd78a8c444e2d958bfa0b83b752c76ca323f..b36e4bec0a5614a5f4e3eb6356ef03f666eb62ca 100644 (file)
@@ -97,9 +97,9 @@ another terminal on your host (choose the right one depending on the
 distribution of the container or virtual machine):
 
 ```sh
-mkosi -t none && mkosi ssh dnf upgrade --disablerepo="*" --assumeyes "/work/build/*.rpm" # CentOS/Fedora
-mkosi -t none && mkosi ssh apt-get install "/work/build/*.deb" # Debian/Ubuntu
-mkosi -t none && mkosi ssh pacman --upgrade --needed --noconfirm "/work/build/*.pkg.tar" # Arch Linux
+mkosi -t none && mkosi ssh dnf upgrade --disablerepo="*" --assumeyes "/work/build/*.rpm"             # CentOS/Fedora
+mkosi -t none && mkosi ssh apt-get install "/work/build/*.deb"                                       # Debian/Ubuntu
+mkosi -t none && mkosi ssh pacman --upgrade --needed --noconfirm "/work/build/*.pkg.tar"             # Arch Linux
 mkosi -t none && mkosi ssh zypper --non-interactive install --allow-unsigned-rpm "/work/build/*.rpm" # OpenSUSE
 ```