readme: add official repo package to arch install

This commit is contained in:
Davide Conti 2024-07-08 13:09:29 +02:00 committed by Mihai Fufezan
parent 43f2b7441b
commit e72f601209
1 changed files with 3 additions and 1 deletions

View File

@ -16,7 +16,9 @@ Hyprland's simple, yet multi-threaded and GPU-accelerated screen locking utility
## Arch install ## Arch install
```sh ```sh
yay -S hyprlock-git pacman -S hyprlock # binary x86 tagged release
# or
yay -S hyprlock-git # compiles from latest source
``` ```
## Building ## Building