gpui/README.md

28 lines
861 B
Markdown
Raw Normal View History

![build workflow](https://github.com/august-alt/gpui/actions/workflows/main.yml/badge.svg)
![tests workflow](https://github.com/august-alt/gpui/actions/workflows/test.yml/badge.svg)
2021-03-03 18:26:43 +04:00
# GPUI
2021-03-03 18:26:43 +04:00
GPUI — is an open source utility for group policy management on ALT-Linux.
2021-03-03 18:26:43 +04:00
![Screenshot](https://github.com/mchernigin/gpui/assets/59616661/951b3715-96f0-4c8f-b044-33ab4b94a75f)
## Building and installation
For building and installation instructions refer to [INSTALL.md](INSTALL.md).
## Basic usage
```
Usage: gpui-main [options]
Options:
-p <path> The full path of policy to edit.
-b <path> The full path of policy bundle to load.
-h, --help Displays help on commandline options.
-n <name> This options left for compatibility with ADMC. Currently it
does nothing.
-v, --version Displays version information.
```
2021-03-03 18:26:43 +04:00