From 83f2d10a2d608600e8af9717f8b3405323655f59 Mon Sep 17 00:00:00 2001 From: Igor Belitskiy Date: Tue, 31 Jan 2023 10:51:23 +0600 Subject: [PATCH] =?UTF-8?q?=D0=94=D0=BE=D0=BF=D0=BE=D0=BB=D0=BD=D0=B5?= =?UTF-8?q?=D0=BD=20Readme=20=D1=84=D0=B0=D0=B9=D0=BB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/README.md b/README.md index b5c8c4d..6a12544 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,30 @@ # ubl-settings-datetime # Настройки даты и времени +[RU] Утилита для настройки даты и времени + +Utility for setting the date and time + ![alt text](screenshot/screenshot.png) +# Build +In order to build check-hostalive 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