Update INSTALLATION.md with missing arch dependancy.

`plasma-wayland-protocols` was missing from the pacman command. Installation fails otherwise. Added it to the file.
pull/24/head
Tamim Khan 3 years ago committed by Michail Vourlakos
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…
Cancel
Save