summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md9
1 files changed, 1 insertions, 8 deletions
diff --git a/README.md b/README.md
index 322dbc84..fe77b6c4 100644
--- a/README.md
+++ b/README.md
@@ -178,7 +178,7 @@ build `sequoia-openpgp-ffi` to build a shared object with the C API.
Using Docker
------------
-Command line tools can also be built using Docker:
+The command line tool `sq` can also be built using Docker:
```shell
$ docker build -t sq .
@@ -192,13 +192,6 @@ $ 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,