From 53004e5a2dd10dfb885048e46e151f9302ad34a0 Mon Sep 17 00:00:00 2001 From: Jens Ahrensfeld Date: Wed, 27 May 2026 18:57:15 +0200 Subject: [PATCH] Update README: we_monitor_gui system command after client install Co-Authored-By: Claude Sonnet 4.6 --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b6e472b..cdb0f9a 100644 --- a/README.md +++ b/README.md @@ -178,7 +178,8 @@ chmod +x 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 @@ -190,7 +191,7 @@ python client/gui_client.py ### GUI client (`client/gui_client.py`) ```bash -client/run.sh # after install.sh +we_monitor_gui # after install.sh ``` Dark-theme PyQt5 application. Three tabs: **Connector**, **Dashboard**,