From 05d701cc4897edcd12de4d41e41f5075730e7b51 Mon Sep 17 00:00:00 2001 From: Mikaela Suomalainen Date: Wed, 6 Aug 2014 11:34:33 +0300 Subject: [PATCH] use/getting_started.rst: replace pastebinit wit... h curl curl is more often installed than pastebinit and is widely used and might be installed by default on some systems (I believe Fedora 20 is one of these). --- use/getting_started.rst | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/use/getting_started.rst b/use/getting_started.rst index 7dfb52e..0281ce9 100644 --- a/use/getting_started.rst +++ b/use/getting_started.rst @@ -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:: - 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 -directly to pastebin. If you don't have it, remove the "|pastebinit" part -and copy-paste your signature to any pastebin. I used sprunge.us, because -it only has plain text. +Note that I sent the output to curl with flags to directly send the +clearsigned content to sprunge.us pastebin. Curl should be installed on +most of distributions and comes with msysgit. If you remove the curl part, +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::