From 817f54a0ff91fd55eeaaa02689a9ebd6588d2a23 Mon Sep 17 00:00:00 2001 From: Ivan Yarcev Date: Tue, 4 Apr 2023 18:05:43 +0000 Subject: [PATCH] Changed and applied README file --- README.md | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/README.md b/README.md index dd14874..f2222e2 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,28 @@ # ubl-settings-video +# Видеокарта/Экран +# Build +In order to build ubl-settings-video you will need: + +- CMake +- C compiler +- GTK+ 3 & dependencies + +Once you have all the necessary dependencies, you can use: +```sh +$ make +``` + +# Installation +After a successful build, just use: +```sh +$ sudo make install clean +``` + +# Uninstallation +After a successful build, just use: +```sh +$ sudo make uninstall +``` + +![alt text](screenshot/screenshot.png)