From 6daaccaa4319d074217885099eb038cf011db9e7 Mon Sep 17 00:00:00 2001 From: ame <118327573+ameameam3@users.noreply.github.com> Date: Thu, 27 Jul 2023 04:40:34 -0400 Subject: [PATCH] Update README.md (#914) fixed the incorrect dep for ubuntu --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c1e5336..9383f6b 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ Linux users will need to install the system dependencies related to Qt. These are the commands to run on a terminal for some distributions: * Ubuntu 22.04 LTS: ``` -$ sudo apt-get install qt5-base-dev libqt5websockets5 qt5-image-formats-plugins libqt5svg5 +$ sudo apt-get install qt5base-dev libqt5websockets5 qt5-image-formats-plugins libqt5svg5 ``` * Arch: ```