From 8f08f113b961f9e95d1f0e55fc995a86d6cd2865 Mon Sep 17 00:00:00 2001 From: Christian Hesse Date: Tue, 11 Jan 2022 13:19:24 +0100 Subject: [PATCH] README: fix formatting Gitlab gets this right, but let's fix it for other markdown implementations. --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index cadd6fe..a70b5c2 100644 --- a/README.md +++ b/README.md @@ -15,14 +15,17 @@ The following packages need to be installed to be able to create a PGP keyring from the provided data structure and to install it: Build: + * make * findutils Runtime: + * python * sequoia-sq Optional: + * hopenpgp-tools (verify) * sq-keyring-linter (verify) * git (ci)