Add to the system PATH environment variable the location of the HTCondor binaries
 {endcode}
 
-{section: Set Up Option 1}
+{section: Set Up Option 1 - Building on windows from git clone}
 
-1: Secure the HTCondor source tar ball and extract it if you do not have a git clone
-1: Bring down to a testing location of your choice as mentioned above
+1: You have a git clone and built the tests
+1: Copy to a testing location of your choice from the clone parts as mentioned above
    condor_examples
    condor_scripts
    condor_tests
-1: Copy *.pm and batch_test.pl from condor_scripts to your condor testing location
-1: Copy all of the built tests contents to your selected condor testing location
-1: Place condor_examples in the same folder as your selected testing location
+1: Copy Condor.PM, CondorUtils.pm, CondorTest.pm, CondorPersonal.pm and batch_tests.plfrom condor_scripts to your condor testing location
+1: Place condor_examples(from clone) in the same folder as your selected
+1: Copy all of the built tests contents to your selected condor testing locationtesting location
+1: After the BLD_TESTS step of the build, depending on kind of build you need to fetch , at a minimum, the build exe files for tests and copy them to your condor_testing location. In my case since I do a debug build in c:\condor_localbuild, these files are located in c:\condor_localbuild\src\condor_tests\RelWithDebInfo
 {endcode}