You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ubl-settings-diskquota/README.md

45 lines
827 B

# ubl-settings-quotas
# Настройки квот
[RU] Утилита для настройки квот
Utility for setting the date and time
![alt text](screenshot/screenshot.png)
# Build
In order to build ubl-settings-quotas 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-quotas --help
GTK settings quotas for UBLinux
Usage: ubl-settings-quotas [OPTIONS...]
Options:
-h, --help Show this help
-V, --version Show package version
$ ubl-settings-quotas --version
ubl-settings-quotas version: x.xx
```