summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorWiktor Kwapisiewicz <wiktor@metacode.biz>2021-04-22 09:29:25 +0200
committerWiktor Kwapisiewicz <wiktor@metacode.biz>2021-04-22 09:30:02 +0200
commit633f4475531a2fe5b1dd42c1ab6560470e4a0943 (patch)
treea9c2c8af5d65d6ed5bbe0fdfe910e7e843caed83 /README.md
parentc791da6828af21ae22c53eedfa9eabf040f6f241 (diff)
doc: Add instructions on building and running sqv.
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/README.md b/README.md
index b76e57a8..5064cb5c 100644
--- a/README.md
+++ b/README.md
@@ -214,6 +214,13 @@ $ docker run --rm -i sq keyserver get 653909A2F0E37C106F5FAF546C8857E0D8E8F074 >
$ docker run --rm -i sq packet dump < cert.asc
```
+Building and running `sqv` the command line OpenPGP signature verification tool:
+
+```shell
+docker build --target sqv -t sqv
+docker run --rm -i sqv --help
+```
+
## Requirements
To build Sequoia, you need at least Rust 1.48 and a few libraries,