From 527295f6186049ddf9c7cc0fab752c63eb99dc90 Mon Sep 17 00:00:00 2001 From: John-attend <145056592+Ades128@users.noreply.github.com> Date: Thu, 25 Jul 2024 06:54:54 +0200 Subject: [PATCH] README modification (#94) * Update README.md Add Archlinux AUR package installation * Update README.md --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 7956a5a..c96b315 100644 --- a/README.md +++ b/README.md @@ -39,6 +39,14 @@ Or, you can build the package in a Docker container: ```bash docker build . ``` +Archlinux +--------- + +Footswitch is available in the [AUR](https://aur.archlinux.org/packages/footswitch-git) and can be installed using your favourite AUR helper, for example: + +- `yay -S footswitch-git` +- `paru -S footswitch-git` + Other systems -------------