From fac04c4533d0f519b04d0b498e12cddb70d0b6c2 Mon Sep 17 00:00:00 2001 From: arabian Date: Wed, 28 Jan 2026 23:32:09 +0300 Subject: [PATCH] docs: update AUR installation command to include binary option --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 18f4e3d..6ec368b 100644 --- a/README.md +++ b/README.md @@ -76,7 +76,7 @@ sudo dnf install pwsp There is pwsp package in AUR. You can install it using yay, paru or any other AUR helper. ```bash -paru pwsp +paru pwsp-bin # or paru pwsp to build it locally ``` ## **Installing using cargo**