From 320c8e74ade1e94f640708eee0b9a75a395697c6 Mon Sep 17 00:00:00 2001 From: Siddharth S <86878145+rototrash@users.noreply.github.com> Date: Thu, 15 Jun 2023 15:41:40 +0530 Subject: [PATCH] Update README.md Mention required dependencies. --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3ea43e8..b02d1c8 100644 --- a/README.md +++ b/README.md @@ -19,6 +19,9 @@ A Tokyo Night theme for the SDDM Login Ma ### From sources > _Assumes that you've installed and configured SDDM correctly_ (if not [read more](https://wiki.archlinux.org/title/SDDM)) +> Please make sure you have the following dependencies installed: +> `qt5-quickcontrols2`, `qt5-graphicaleffects`, `qt5-svg` + 1. Open terminal, and clone the repository with: ```sh @@ -64,4 +67,4 @@ Current=tokyo-night-sddm ## License -[GNU Lesser General Public License v3.0](LICENSE) \ No newline at end of file +[GNU Lesser General Public License v3.0](LICENSE)