From a0053482b3db0f4cf1b94143758e57daded096f5 Mon Sep 17 00:00:00 2001 From: Hannes Date: Sat, 1 Jun 2024 15:03:27 +0200 Subject: [PATCH] Update README.md Arch Linux install guide added --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 8415f74..173f6be 100644 --- a/README.md +++ b/README.md @@ -74,6 +74,12 @@ layman -fa fol4 (or eselect repository enable fol4) emerge -av intellimouse-ctl ``` +### Arch Linux +Use your favourite AUR helper and install python-intellimouse-ctl-git +```bash +yay python-intellimouse-ctl-git +``` + ## Development To set up a virtual environment to further develop this tool/library, use the following commands: ```bash