one more way

This commit is contained in:
blank X 2019-02-06 02:36:43 +07:00
parent 05448d46fd
commit 2865fdd390
Signed by: blankie
GPG Key ID: CC15FC822C7F61F5
1 changed files with 4 additions and 2 deletions

View File

@ -33,7 +33,7 @@
<li><code>keybase pgp pull blank_x</code></li>
</ul>
<h2>The keybase way (through downloading):</h2>
<h2>The keybase way (through CLI):</h2>
<p>Run one of these commands:</p>
<ul>
<li><code>curl https://keybase.io/blank_x/key.asc | gpg --import</code></li>
@ -56,9 +56,11 @@
<li><code>gpg --import keyname</code>, like <code>gpg --import blankX.asc</code></li>
</ul>
<h2>The go to my gitlab repo way (through curl):</h2>
<h2>The go to my gitlab repo way (through CLI):</h2>
<p>Run one of these commands:</p>
<ul>
<li><code>curl https://blankx.gitlab.io/blankX.asc | gpg --import</code></li>
<li><code>wget -O - https://blankx.gitlab.io/blankX.asc | gpg --import</code></li>
</ul>
<h2>The file way on Telegram:</h2>