From 869b67738c271c8c6fcbc2cc3985283a0062c335 Mon Sep 17 00:00:00 2001 From: arabian <55220741+arabianq@users.noreply.github.com> Date: Fri, 26 Sep 2025 00:35:27 +0300 Subject: [PATCH] Update README.md add installation on Arch Linux from AUR --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a33e4c6..87d574d 100644 --- a/README.md +++ b/README.md @@ -69,6 +69,13 @@ Install PWSP: sudo dnf install pwsp ``` +## **Arch Linux** +There is pwsp package in AUR. +You can install it using yay, paru or any other AUR helper. +```bash +paru pwsp +``` + ## **Installing using cargo** ```bash @@ -175,4 +182,4 @@ a [pull request](https://github.com/arabianq/pipewire-soundpad/pulls). # **📜 License** This project is licensed under -the [MIT License](https://github.com/arabianq/pipewire-soundpad/blob/main/LICENSE). \ No newline at end of file +the [MIT License](https://github.com/arabianq/pipewire-soundpad/blob/main/LICENSE).