one more way
This commit is contained in:
parent
05448d46fd
commit
2865fdd390
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue