From be06aea260313478df9177504c904d30b192ef74 Mon Sep 17 00:00:00 2001 From: Andrew Chin Date: Thu, 18 Oct 2012 19:48:34 -0400 Subject: [PATCH] Added direct link to the Windows Tutorial THis is displayed when the user double-clicks overviewer.exe on Windows --- overviewer.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/overviewer.py b/overviewer.py index da37d10..fd167cd 100755 --- a/overviewer.py +++ b/overviewer.py @@ -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")