From ab13274a19ee310ed8569612a862b977d054ed6c Mon Sep 17 00:00:00 2001 From: Klaus <30482165+systemofapwne@users.noreply.github.com> Date: Tue, 2 May 2023 11:18:10 +0200 Subject: [PATCH] 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. --- docs/HACKING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.47.3