Add installation hint to cli usage guide

This commit is contained in:
Paul Schaub 2022-08-29 13:28:08 +02:00
parent a2bfb55d87
commit 76905cc1e8
Signed by: vanitasvitae
GPG Key ID: 62BEE9264BF17311
1 changed files with 12 additions and 0 deletions

View File

@ -10,6 +10,18 @@ You can use it to generate keys, encrypt, sign and decrypt messages, as well as
Essentially, `pgpainless-cli` is just a very small composing module, which injects `pgpainless-sop` as a
concrete implementation of `sop-java` into `sop-java-picocli`.
## Install
The `pgpainless-cli` command line application is available in Debian unstable / Ubuntu 22.10 and can be installed via APT:
```shell
$ sudo apt install pgpainless-cli
```
This method comes with man-pages:
```shell
$ man pgpainless-cli
```
## Build
To build a standalone *fat*-jar: