simplify upload instructions

This commit is contained in:
Vincent Breitmoser 2019-02-22 21:31:28 +01:00
parent 88260c8e1f
commit 1715c7834d
1 changed files with 2 additions and 2 deletions

View File

@ -14,8 +14,8 @@
</div>
<div class="row">
<p>If you're using GnuPG you can use the following snipped to export you public key. <b>Replace &lt;email&gt;</b> 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.</p>
<pre><code>gpg --export &lt;email&gt; &gt; mykey.pgp</code></pre>
<p>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.</p>
<pre><code>gpg --export your-address@example.org &gt; mykey.pgp</code></pre>
</div>
<div class="row">