Update README: we_monitor_gui system command after client install

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-05-27 18:57:15 +02:00
co-authored by Claude Sonnet 4.6
parent 49bc272461
commit 53004e5a2d
+3 -2
View File
@@ -178,7 +178,8 @@ chmod +x install.sh
./install.sh ./install.sh
``` ```
This creates `client/.venv` and writes a `client/run.sh` launcher. This creates `client/.venv`, writes a `client/run.sh` launcher, and installs
`~/.local/bin/we_monitor_gui` so the GUI is available system-wide.
### Manual start ### Manual start
@@ -190,7 +191,7 @@ python client/gui_client.py
### GUI client (`client/gui_client.py`) ### GUI client (`client/gui_client.py`)
```bash ```bash
client/run.sh # after install.sh we_monitor_gui # after install.sh
``` ```
Dark-theme PyQt5 application. Three tabs: **Connector**, **Dashboard**, Dark-theme PyQt5 application. Three tabs: **Connector**, **Dashboard**,