diff options
| author | ame <118327573+ameameam3@users.noreply.github.com> | 2023-07-27 04:40:34 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-07-27 10:40:34 +0200 |
| commit | 6daaccaa4319d074217885099eb038cf011db9e7 (patch) | |
| tree | 6d36d49accddc672ed294bd6e6680ba255e17d9e /README.md | |
| parent | 1f181d6016f09b3e8c4ee1401617ca925b6a7772 (diff) | |
Update README.md (#914)
fixed the incorrect dep for ubuntu
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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: ``` |
