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
+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
```