From 1c8c37b2483ce5b6b3d4c2070056b2f73969cae6 Mon Sep 17 00:00:00 2001 From: Mollusk Date: Sun, 28 Jun 2026 14:53:20 -0400 Subject: [PATCH] docs(readme): drop clang from Arch deps Co-Authored-By: Claude Opus 4.8 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a8aec93..fd1307d 100644 --- a/README.md +++ b/README.md @@ -85,7 +85,7 @@ cargo build --release **Arch Linux** ```sh -sudo pacman -S --needed rust pipewire opus pkgconf clang git +sudo pacman -S --needed rust pipewire opus pkgconf git ``` **Debian / Ubuntu**