From e1ad706481ced4cf87d8e2f674b11aa8162d92aa Mon Sep 17 00:00:00 2001 From: Tamim Khan Date: Sun, 15 May 2022 17:02:07 +0000 Subject: [PATCH] Update INSTALLATION.md with missing arch dependancy. `plasma-wayland-protocols` was missing from the pacman command. Installation fails otherwise. Added it to the file. --- INSTALLATION.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/INSTALLATION.md b/INSTALLATION.md index 42703775e..846b6b4d3 100644 --- a/INSTALLATION.md +++ b/INSTALLATION.md @@ -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