mirror of
https://github.com/pgpainless/pgpainless.git
synced 2024-11-22 20:32:05 +01:00
Add installation hint to cli usage guide
This commit is contained in:
parent
a2bfb55d87
commit
76905cc1e8
1 changed files with 12 additions and 0 deletions
|
@ -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
|
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`.
|
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
|
## Build
|
||||||
|
|
||||||
To build a standalone *fat*-jar:
|
To build a standalone *fat*-jar:
|
||||||
|
|
Loading…
Reference in a new issue