From 9da389ba58029a9ae7757512e615cbd1a9e1afe6 Mon Sep 17 00:00:00 2001 From: Maze Date: Thu, 9 Feb 2023 05:21:20 +0000 Subject: [PATCH] Update INSTALL.md Do not force updating the whole system --- docs/INSTALL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/INSTALL.md b/docs/INSTALL.md index 49b93b16..37d0da11 100644 --- a/docs/INSTALL.md +++ b/docs/INSTALL.md @@ -166,7 +166,7 @@ export PATH="/usr/lib/qt5/bin:$PATH" #### Arch Linux / pacman ```sh -pacman -Syu qt5-base qt5-declarative qt5-quickcontrols2 qt5-svg \ +pacman -S qt5-base qt5-declarative qt5-quickcontrols2 qt5-svg \ qt5-graphicaleffects qt5-imageformats \ libx11 libxss alsa-lib \ python python-pip \