From 1d9264437ddfb7f77246d2606049aa3d1207e92e Mon Sep 17 00:00:00 2001 From: Tim Vahlbrock Date: Sat, 9 May 2026 22:02:20 +0200 Subject: [PATCH] add reference to on-device installer to README.md --- README.md | 2 ++ scripts/on-device-install/README.md | 1 - 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c5b1753..be8a9d5 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,8 @@ See the [Survival Guide](https://gesellix.github.io/Bose-SoundTouch/guides/SURVI A local server that replaces the Bose cloud ("AfterTouch"). Once your speaker is redirected to it, you have full control without any Bose cloud dependency. The built-in web UI at `http://localhost:8000` handles all setup — no config files needed to get started. +If you want to run a server for this - no problem. The service is small enough to run on the SoundTouch itself. See the [On-Device Installer](./scripts/on-device-install/README.md) for instructions. + **Two scenarios:** **Before shutdown — migrate your existing setup** diff --git a/scripts/on-device-install/README.md b/scripts/on-device-install/README.md index 31269e3..0acab38 100644 --- a/scripts/on-device-install/README.md +++ b/scripts/on-device-install/README.md @@ -2,7 +2,6 @@ Allows to run AfterTouch on SoundTouch devices directly, eliminating the need to run and maintain a separate server on the local network. - ## Disclaimer ### Invasiveness