From 30269f2523e2f279dce6edef127e7970df561765 Mon Sep 17 00:00:00 2001 From: yggverse Date: Sun, 11 Aug 2024 14:59:00 +0300 Subject: [PATCH] update readme --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a3612a62..11541d9c 100644 --- a/README.md +++ b/README.md @@ -56,5 +56,6 @@ pkg-config --cflags --libs gtkmm-4.0 glibmm-2.68 sqlite3 #### Components -* [GTK](https://gtk.org) -* [gtkmm](https://gtkmm.org) \ No newline at end of file +* [GTK](https://gtk.org) - free and open-source cross-platform widget toolkit + * [gtkmm](https://gtkmm.org) - official C++ interface for GTK +* [SQLite](https://sqlite.org) - profile database \ No newline at end of file