mirror of
https://github.com/Mikaela/Limnoria-doc.git
synced 2025-02-18 14:30:39 +01:00
Merge pull request #17 from Mkaysi/gpg
use/getting_started.rst: replace pastebinit wit...
This commit is contained in:
commit
ad293ca5b8
@ -141,12 +141,14 @@ Now I can get token to sign so I can identify::
|
|||||||
|
|
||||||
Then I follow the instructions and sign my token in terminal::
|
Then I follow the instructions and sign my token in terminal::
|
||||||
|
|
||||||
echo "{03640620-97ea-4fdf-b0c3-ce8fb62f2dc5}"|gpg --clearsign|pastebinit -b sprunge.us
|
echo "{03640620-97ea-4fdf-b0c3-ce8fb62f2dc5}"|gpg --clearsign|curl -F 'sprunge=<-' http://sprunge.us
|
||||||
|
|
||||||
Note that I used the application "pastebinit" which sends the output
|
Note that I sent the output to curl with flags to directly send the
|
||||||
directly to pastebin. If you don't have it, remove the "|pastebinit" part
|
clearsigned content to sprunge.us pastebin. Curl should be installed on
|
||||||
and copy-paste your signature to any pastebin. I used sprunge.us, because
|
most of distributions and comes with msysgit. If you remove the curl part,
|
||||||
it only has plain text.
|
you get the output to terminal and can pastebin it to any pastebin of
|
||||||
|
your choice. Sprunge.us has only plain text and is easy so I used it in
|
||||||
|
this example.
|
||||||
|
|
||||||
And last I give the bot link to the plain text signature::
|
And last I give the bot link to the plain text signature::
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user