0

Some initial docs on how to use gist

This commit is contained in:
Andrew Chin
2014-01-01 22:32:35 -05:00
parent 519e13a34f
commit ded35116aa
4 changed files with 26 additions and 0 deletions

BIN
docs/win_tut/gist1.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 25 KiB

BIN
docs/win_tut/gist2.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 45 KiB

BIN
docs/win_tut/gist3.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 72 KiB

View File

@@ -169,3 +169,29 @@ Common Pitfalls
This should switch your current working directory to D:\
Using GitHub Gist
-----------------
Sometimes, when helping people with issues with Overviewer, we'll often
ask to see the config file you're using, or, if there was an Overviewer
error, a full copy of an error message. Unfortunately, `IRC <http://overviewer.org/irc/>`_
is not a good way to send large amounts of text. So we often ask users
to create a `Gist <http://gist.github.com/>`_ containing the text we want
to see. Sites like these are also called Pastebins, and you are welcome
to use your favorite pastebin site, if you'd like.
* First, go to http://gist.github.com/
* Second, paste your text into the primary text entry area:
.. image:: gist1.png
* Third, click the 'Create Secret Gist' button. A secret gist means that
only someone with the exact URL can view your gist
.. image:: gist2.png
* Finally, send us the URL. This will let us easily view your properly formatted Gist.
.. image:: gist3.png