diff --git a/docs/win_tut/gist1.png b/docs/win_tut/gist1.png new file mode 100644 index 0000000..bd71fe5 Binary files /dev/null and b/docs/win_tut/gist1.png differ diff --git a/docs/win_tut/gist2.png b/docs/win_tut/gist2.png new file mode 100644 index 0000000..0c491d8 Binary files /dev/null and b/docs/win_tut/gist2.png differ diff --git a/docs/win_tut/gist3.png b/docs/win_tut/gist3.png new file mode 100644 index 0000000..cb277a2 Binary files /dev/null and b/docs/win_tut/gist3.png differ diff --git a/docs/win_tut/windowsguide.rst b/docs/win_tut/windowsguide.rst index 5029053..c5af410 100644 --- a/docs/win_tut/windowsguide.rst +++ b/docs/win_tut/windowsguide.rst @@ -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 `_ +is not a good way to send large amounts of text. So we often ask users +to create a `Gist `_ 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