From 1715c7834d70b0f8ce67f0ed54f3bed323028de4 Mon Sep 17 00:00:00 2001 From: Vincent Breitmoser Date: Fri, 22 Feb 2019 21:31:28 +0100 Subject: [PATCH] simplify upload instructions --- dist/templates/upload.html.hbs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dist/templates/upload.html.hbs b/dist/templates/upload.html.hbs index 8911f23..28b0626 100644 --- a/dist/templates/upload.html.hbs +++ b/dist/templates/upload.html.hbs @@ -14,8 +14,8 @@
-

If you're using GnuPG you can use the following snipped to export you public key. Replace <email> with you email address (User ID) of the key you want to upload. This will create a file called mykey.pgp that you can upload here.

-
gpg --export <email> > mykey.pgp
+

If you're using GnuPG you can use the following snipped to export you public key. This will create a file called mykey.pgp that you can upload here.

+
gpg --export your-address@example.org > mykey.pgp