From 2f3d0943c35805c0ca88c771ffbd087f2fdcd305 Mon Sep 17 00:00:00 2001 From: Vinicius Moreira Date: Tue, 17 Sep 2019 17:48:57 -0300 Subject: [PATCH] improving README --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 4c7c3a7e..5be4f5de 100644 --- a/README.md +++ b/README.md @@ -80,10 +80,14 @@ You can change some application settings via environment variables or arguments ### Code structure #### Modules + **view**: code associated with the graphical interface + **gems**: code responsible to work with the different packaging technologies (every submodule deals with one or more type) + **api**: code abstractions representing the main actions that a user can do with Linux packages (search, install, ...). These abstractions are implemented by the *gems*, and the **view** code is only attached to them (it does not know how the **gems** handle the actions) + **commons**: common code used by **gem** and **view** ### Roadmap