summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorKlaus <30482165+systemofapwne@users.noreply.github.com>2023-05-02 11:18:10 +0200
committerGitHub <noreply@github.com>2023-05-02 17:18:10 +0800
commitab13274a19ee310ed8569612a862b977d054ed6c (patch)
tree31f0ce6aa213fdbd8dde993b00d209002a7d8872 /docs
parente94756c5668697d0b11f4cdf449a2fbfe13ffb1f (diff)
downloadsystemd-ab13274a19ee310ed8569612a862b977d054ed6c.tar.gz
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.
Diffstat (limited to 'docs')
-rw-r--r--docs/HACKING.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/HACKING.md b/docs/HACKING.md
index d5c5373430..3af58f6b27 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