diff options
author | Klaus <30482165+systemofapwne@users.noreply.github.com> | 2023-05-02 11:18:10 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-02 11:18:10 +0200 |
commit | ab13274a19ee310ed8569612a862b977d054ed6c (patch) | |
tree | 31f0ce6aa213fdbd8dde993b00d209002a7d8872 /docs/HACKING.md | |
parent | test: replace sleep with timeout (diff) | |
download | systemd-ab13274a19ee310ed8569612a862b977d054ed6c.tar.xz systemd-ab13274a19ee310ed8569612a862b977d054ed6c.zip |
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/HACKING.md')
-rw-r--r-- | docs/HACKING.md | 2 |
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 |