From 6cac8ce12e3f05a5efb578874e1860d7820258a9 Mon Sep 17 00:00:00 2001 From: Jeena Date: Tue, 15 Sep 2026 08:39:21 +0900 Subject: [PATCH] docs: point whisrs rebuild note at whisrs-local-build script Manual re-application of the PKGBUILD edits is easy to forget after an AUR update, which would silently bring back the five-second stock build. The tracked rebuild script in ~/Projects/whisrs-local-build does pull, patch, build, install and restart in one command. --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3ea00c9..d3e988c 100644 --- a/README.md +++ b/README.md @@ -136,7 +136,8 @@ The stock AUR build decodes on the CPU with generic -march flags, which makes dictation take around five seconds. On this machine the package is rebuilt locally with -march=native plus the vulkan cargo feature so decoding runs on the Intel iGPU instead; that drops latency to roughly -a second. Re-apply those two PKGBUILD edits after AUR updates. +a second. After AUR updates, re-apply via +~/Projects/whisrs-local-build/build.sh. License =======