From e3dd9621f3db64016e4cd6f267763d0c13fe60eb Mon Sep 17 00:00:00 2001 From: Wayne Wesley <wayne6324@gmail.com> Date: Sat, 2 Jan 2021 13:56:06 +0000 Subject: [PATCH] Update README --- README | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/README b/README index 9f0f509..358d0ad 100644 --- a/README +++ b/README @@ -15,9 +15,15 @@ Requirements: Installation: -qmake PREFIX=<your installation path> -make -make install (under root) +- Arch AUR + https://aur.archlinux.org/packages/qt6ct/ + +- Source Code +``` + qmake PREFIX=<your installation path> + make + sudo make install +``` Add line 'export QT_QPA_PLATFORMTHEME=qt6ct' to ~/.profile and re-login. Alternatively, create the file /etc/X11/Xsession.d/100-qt6ct with -- GitLab