Update README.md (#914)

fixed the incorrect dep for ubuntu
This commit is contained in:
ame 2023-07-27 04:40:34 -04:00 committed by GitHub
parent 1f181d6016
commit 6daaccaa43
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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: 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: * 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: * Arch:
``` ```