From 566392dae41290b37969e8befd37f5cf6842ce1c Mon Sep 17 00:00:00 2001 From: Tobias Gesellchen Date: Sun, 17 May 2026 12:41:22 +0200 Subject: [PATCH] docs(stockholm): mention dev-service-stockholm in the user guide MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The "Enabling the Stockholm UI" section listed the binary/env-var/Docker forms but not the new dev-service-stockholm make target — which is the shortest path through the local roundtrip and the one most contributors will want. Co-Authored-By: Claude Opus 4.7 (1M context) --- docs/guides/SOUNDTOUCH-SERVICE.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/guides/SOUNDTOUCH-SERVICE.md b/docs/guides/SOUNDTOUCH-SERVICE.md index c8ffe2f..750c575 100644 --- a/docs/guides/SOUNDTOUCH-SERVICE.md +++ b/docs/guides/SOUNDTOUCH-SERVICE.md @@ -219,6 +219,10 @@ The `./stockholm/` directory is now ready to use. Pass the directory to the service at startup: ```bash +# Development (recommended): builds the service and runs it with +# Stockholm enabled, checking that prepare-stockholm has run. +make dev-service-stockholm + # Binary soundtouch-service --stockholm-dir ./stockholm