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:
parent
a2fb837ea1
commit
e1ad706481
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user