From d4b53835c4f2faac4e887c711f34ab35a566da1a Mon Sep 17 00:00:00 2001 From: yggverse Date: Mon, 9 Sep 2024 09:05:09 +0300 Subject: [PATCH] update readme --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e928ba2e..8286ef69 100644 --- a/README.md +++ b/README.md @@ -44,9 +44,11 @@ apt install git\ ## Development -### Structure +### Introduction -Application sources located at `src/app` folder, written by following principles: +As project structure and codebase in development, this section would help with understand what is going on, before you start to read the sources. + +Currently, application sources located at `src/app` folder, written by following principles: * Every file implement (extend) one of GTK 4 Widgets, according to the functional subject (e.g. `class Browser : public Gtk::ApplicationWindow`) * `src/app` does not contain other class types like models or libraries (another folders and namespaces at `src` root are reserved for these needs)