mirror of
https://github.com/systemd/systemd.git
synced 2025-01-21 22:04:01 +03:00
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:
parent
e94756c566
commit
ab13274a19
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user