From 661f7865f4d6170ddbb9f92c679324d5bc567de7 Mon Sep 17 00:00:00 2001 From: Paul Schaub Date: Mon, 11 Apr 2022 13:33:28 +0200 Subject: [PATCH] Update README --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 5b6369b..7d8659d 100644 --- a/README.md +++ b/README.md @@ -9,3 +9,10 @@ SPDX-License-Identifier: Apache-2.0 Client-side API for fetching keys from - and publishing keys to - Verifying OpenPGP Key Servers (VKS). An example implementation of a Verifying Key Server is [Hagrid](https://gitlab.com/hagrid-keyserver/hagrid), which is running https://keys.openpgp.org. + +## Modules + +This repository contains the following modules: + +* [vks-java](/vks-java): Client-side Java API for communicating with VKS servers +* [vks-java-cli](/vks-java-cli): CLI frontend for `vks-java`