readme: add tip for beat detector manual install

This commit is contained in:
2 * r + 2 * t 2025-07-21 14:22:16 +10:00
parent 51bd15e294
commit ceaf33cebd

View file

@ -66,6 +66,11 @@ g++ -std=c++17 -Wall -Wextra -I/usr/include/pipewire-0.3 -I/usr/include/spa-0.2
sudo mv beat_detector /usr/lib/caelestia/beat_detector sudo mv beat_detector /usr/lib/caelestia/beat_detector
``` ```
> [!TIP]
> The beat detector can actually be installed anywhere. However, if it is not installed to the default
> location of `/usr/lib/caelestia/beat_detector`, you must set the environment variable `CAELESTIA_BD_PATH`
> to wherever you have installed the beat detector.
## Usage ## Usage
The shell can be started via the `caelestia shell -d` command or `qs -c caelestia`. The shell can be started via the `caelestia shell -d` command or `qs -c caelestia`.