From e2bbd6fad3386c3753aee3b4c1d9efe8223b173c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20K=C3=A4berich?= Date: Thu, 14 Nov 2024 15:20:00 +0100 Subject: [PATCH] update Ubuntu install instructions --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 810a1fd7..6c1ee8a0 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ This is the improved version of my [first attempt](https://www.github.com/jankae * Download the latest [Release](https://github.com/jankae/LibreVNA/releases) and unpack the zip file * Install the required libraries: ```console -sudo apt install libqt6widgets6 libqt6svg6 +sudo apt install qt6-base-dev libqt6svg6 ``` * Install the udev rule (otherwise you don't have the permissions to access the USB device): ```console