release 1.4.1: generic docs and canonical install path

Docs use generic ops/outside-runner wording; install path ~/src/taler-monitoring.
VERSION 1.4.1 patch on top of the 1.4.0 scheme release.
This commit is contained in:
Hernâni Marques 2026-07-18 21:49:53 +02:00
parent 4dace0d7de
commit 53a9ceceeb
No known key found for this signature in database
15 changed files with 75 additions and 50 deletions

View file

@ -116,7 +116,7 @@ GUI=1 ./run-android-build-and-smoke.sh
## Platform capability flags (planned + defaults)
Automation can run on hosts that support **Android only**, **GUI tooling only**
(conceptual), or **both**. Flags keep that explicit for CI and laptops.
(conceptual), or **both**. Flags keep that explicit for CI and workstations.
### Proposed env flags
@ -152,7 +152,7 @@ with **`-no-window`** and still keep **graphics logic** in the guest:
# or let smoke auto-start headless AVD when no phone is plugged in
STACK=goa ./run-android-gui-smoke.sh
# laptop: show the emulator window
# ops workstation: show the emulator window
WINDOWED=1 ./start-android-emulator.sh --wait
# or: EMULATOR_HEADLESS=0 EMULATOR_GPU=host ./start-android-emulator.sh --wait
```