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.
This commit is contained in:
Klaus 2023-05-02 11:18:10 +02:00 committed by GitHub
parent e94756c566
commit ab13274a19
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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