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).
This commit is contained in:
Mikaela Suomalainen 2014-08-06 11:34:33 +03:00
parent a69a0e975d
commit 05d701cc48

View File

@ -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::