From eb7dadc394043fac0c36c7d3fd2258db0e415717 Mon Sep 17 00:00:00 2001 From: Yannik Schmidt Date: Sun, 14 Jul 2024 21:56:08 +0200 Subject: [PATCH] fix: update readme exec info --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 759d233..efa011a 100644 --- a/README.md +++ b/README.md @@ -10,11 +10,12 @@ This tool was developed to enable easy analysis of USB-Dataloggers that record h ## Run on Windows - pythonw.exe -m fbs run + pythonw.exe ./src/main/python/main.py ## Run on Linux - fbs run + # note: if xcb fails to load on wayland try: apt install --reinstall libxcb-xinerama0 + python ./src/main/python/main.py ## Interface ![QT-Interface](https://media.atlantishq.de/pictures/qt_ths_datenlogger.png)