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