Useful Utilities/Systemd Start: Update Arch isntallation instructions (#959)

This commit is contained in:
izmyname 2025-01-31 03:32:49 +05:00 committed by GitHub
parent e2d15c833e
commit 4ed969ffc0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -11,10 +11,10 @@ title: Systemd startup
{{% details title="Arch" closed="true" %}}
uwsm is available in AUR. You can install it either with an AUR helper, or build PKGBUILD manually. Here's an example for yay.
uwsm is available in Arch official repositories.
```sh
yay -S uwsm
pacman -S uwsm
```
{{% /details %}}