chore: add gui launch script docs

This commit is contained in:
Benjamin Labrecque
2026-07-29 08:50:56 +02:00
parent b8d73abb57
commit d35eb70f91
3 changed files with 13 additions and 2 deletions
Regular → Executable
View File
@@ -18,6 +18,4 @@ caqtdm -m'TESTAGEBDALH=AGEBD-ALH' A_BD_ServiceManager.ui
`caqtdm` does not exists when using `svcusr-sls2hla`
# TODO: dev/prod ui
# TODO: remove/delete old autodeployed ui files
# TODO: not 1-to-1, eg several use TUNE ui
+13
View File
@@ -0,0 +1,13 @@
# GUI
## Launch
In `prod`:
```
./bin/sls_hla_launch_gui.sh qt/A_BD_InjectionGuard.ui
```
In `dev`:
```
./bin/sls_hla_launch_gui.sh qt/A_BD_InjectionGuard.ui dev
```