In this guide, condor1 will be a central manager,submit node (COLLECTOR, MASTER, NEGOTIATOR, SCHEDD). condor2 (MASTER, STARTD) will be a execute only node. Configure each of these instances independently.
 
+{code}
+//An example config for condor1
+$./condor_configure --install=. --prefix=mycondor1/ --local-dir={dir}/mycondor1/ --type=manager,submit
+//An example config for condor2
+$./condor_configure --install=. --prefix=mycondor2 --local-dir={dir}/mycondor2/ --type=execute
+{endcode}
+
+
 In two seperate shells, source each of the shell files in the release directory of condor1 and condor2, respectively.
 
 {code}