1
0
Fork 0
mirror of https://github.com/pgpainless/pgpainless.git synced 2024-07-03 08:42:33 +02:00
pgpainless/pgpainless-wot-cli/README.md
2023-07-12 17:05:05 +02:00

19 lines
563 B
Markdown

<!--
SPDX-FileCopyrightText: 2023 Paul Schaub <info@pgpainless.org>
SPDX-License-Identifier: Apache-2.0
-->
# Command Line Interface for the Web-of-Trust
This module contains a command line interface application that acts as a front-end for
[`pgpainless-wot`](../pgpainless-wot).
## Build
To build the application, navigate into this subdirectory and execute the following command:
```shell
../gradlew installDist
```
A ready-to-use distributable directory can then be found in `build/install/` with an executable in `build/install/pgpainless-wot-cli/bin/`.