# File lib/rhc/wizard.rb, line 559
    def windows_install
      # Finding windows executables is hard since they can get installed
      # in non standard directories.  Punt on this for now and simply
      # print out urls and some instructions
      warn "\nIn order to fully interact with OpenShift you will need to install and configure a git client if you have not already done so.\n\nDocumentation for installing other tools you will need for OpenShift can be found at https://openshift.redhat.com/community/developers/install-the-client-tools\n\nWe recommend these free applications:\n\n  * Git for Windows - a basic git command line and GUI client https://github.com/msysgit/msysgit/wiki/InstallMSysGit\n  * TortoiseGit - git client that integrates into the file explorer http://code.google.com/p/tortoisegit/\n\n"
    end