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