0

Added direct link to the Windows Tutorial

THis is displayed when the user double-clicks overviewer.exe on Windows
This commit is contained in:
Andrew Chin
2012-10-18 19:48:34 -04:00
parent 3a04bfd336
commit be06aea260

View File

@@ -162,6 +162,10 @@ def main():
print "The Overviewer is a console program. Please open a Windows command prompt"
print "first and run Overviewer from there. Further documentation is available at"
print "http://docs.overviewer.org/\n"
print "\n"
print "For a quick-start guide on Windows, visit the following URL:\n"
print "http://docs.overviewer.org/en/latest/win_tut/windowsguide/\n"
else:
# more helpful message for users who know what they're doing
logging.error("You must either specify --config or give me a world directory and output directory")