From 4acf7b13a20e6c1d0c0d8574fdf1c062ac978196 Mon Sep 17 00:00:00 2001 From: Eric Eastwood Date: Sun, 19 Apr 2026 00:00:53 -0500 Subject: [PATCH] Update Arch Linux instructions with `pkgconf` dependency --- docs/install/build.mdx | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/install/build.mdx b/docs/install/build.mdx index e07662fa..01fcc98d 100644 --- a/docs/install/build.mdx +++ b/docs/install/build.mdx @@ -187,6 +187,7 @@ doas apk add \ sudo pacman -S \ gtk4 \ gtk4-layer-shell \ + pkgconf \ libadwaita \ gettext ```