Fix command for running meshcore GUI

This commit is contained in:
Stefan de Konink
2026-01-04 22:26:37 +01:00
committed by GitHub
parent 18e21ffcdb
commit e3f47447d2

View File

@@ -44,7 +44,7 @@ uv sync
## Running
```bash
uv run meshcore_gui
uv run meshcore-gui
```
---