From: Klaus <30482165+systemofapwne@users.noreply.github.com> Date: Tue, 2 May 2023 09:18:10 +0000 (+0200) Subject: docs: add correct `pacman` command (#27486) X-Git-Tag: v254-rc1~579 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ab13274a19ee310ed8569612a862b977d054ed6c;p=thirdparty%2Fsystemd.git docs: add correct `pacman` command (#27486) The `pacman` command in order to install packages on Arch in the documentation is invalid. This PR fixes the command. --- diff --git a/docs/HACKING.md b/docs/HACKING.md index d5c53734300..3af58f6b27f 100644 --- a/docs/HACKING.md +++ b/docs/HACKING.md @@ -72,7 +72,7 @@ $ sudo dnf builddep systemd # Debian/Ubuntu $ sudo apt-get build-dep systemd # Arch -$ sudo pacman install asp +$ sudo pacman -S asp $ asp checkout systemd $ cd systemd/trunk $ makepkg -seoc