From 90441f2b13e294adfb0c1e035746190f0a3bb551 Mon Sep 17 00:00:00 2001 From: Leonard Bauer <64001617+everythxxgs@users.noreply.github.com> Date: Thu, 18 Dec 2025 15:46:25 +0100 Subject: [PATCH] Add qt6-tools to Arch Linux installation instructions --- linux/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/linux/README.md b/linux/README.md index e405b90e..a38671ce 100644 --- a/linux/README.md +++ b/linux/README.md @@ -20,7 +20,7 @@ A native Linux application to control your AirPods, with support for: ```bash # For Arch Linux / EndeavourOS - sudo pacman -S qt6-base qt6-connectivity qt6-multimedia-ffmpeg qt6-multimedia + sudo pacman -S qt6-base qt6-connectivity qt6-multimedia-ffmpeg qt6-multimedia qt6-tools # For Debian sudo apt-get install qt6-base-dev qt6-declarative-dev qt6-connectivity-dev qt6-multimedia-dev \