From 9b63da3a137f245cdd59d45d93cf029e8787e838 Mon Sep 17 00:00:00 2001 From: Igor Belitskiy Date: Mon, 22 May 2023 12:34:33 +0600 Subject: [PATCH] =?UTF-8?q?=D0=98=D0=B7=D0=BC=D0=B5=D0=BD=D0=B5=D0=BD=20?= =?UTF-8?q?=D1=84=D0=B0=D0=B9=D0=BB=20README.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 47 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 47 insertions(+) diff --git a/README.md b/README.md index fcf7c41..516bb46 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,49 @@ # ubl-settings-resourcequota +# Настройки квот +[RU] Утилита для настройки квот процессора и ОЗУ +Utility for setting the disk quotas + +![alt text](screenshot/screenshot.png) + +# Build +In order to build ubl-settings-resourcequota 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 +``` +# Usage +```sh +$ ubl-settings-resourcequota --help +GTK settings resource quota for UBLinux + +Usage: ubl-settings-resourcequota [OPTIONS...] +Options: + -h, --help Show this help + -V, --version Show package version + --lock-help Lock utility help + --lock-save Lock saving local and global configuration + --lock-save-local Lock save global configuration + --lock-save-global Lock load global configuration + --lock-load-global Lock load global configuration + +$ ubl-settings-resourcequota --version +ubl-settings-resourcequota version: x.xx +```