1
0
mirror of https://github.com/KDE/latte-dock.git synced 2024-12-22 09:33:54 +03:00

Update INSTALLATION.md with missing arch dependancy.

`plasma-wayland-protocols` was missing from the pacman command. Installation fails otherwise. Added it to the file.
This commit is contained in:
Tamim Khan 2022-05-15 17:02:07 +00:00 committed by Michail Vourlakos
parent a2fb837ea1
commit e1ad706481

View File

@ -25,7 +25,7 @@ sudo apt install cmake extra-cmake-modules qtdeclarative5-dev libqt5x11extras5-d
```
sudo pacman -Syu
sudo pacman -S cmake extra-cmake-modules python plasma-framework plasma-desktop
sudo pacman -S cmake extra-cmake-modules python plasma-framework plasma-desktop plasma-wayland-protocols
```
### Fedora/RHEL