*::: Option 1: Use nmi_crowbar
 1:::: Find a machine with lots of space in /scratch or /scratch.1.  This process requires about 35GB, as of November 2009.  chopin.cs.wisc.edu's /scratch.1 is a good choice.
-1:::: Pull down the binaries:
+1:::: Pull down the binaries.  This will take about an hour, more if you decide to set --into to point into AFS.
 {code}
 nmi_crowbar --runid=193173 --download --flatten --unpack-style=release \
   --scratch=/scratch.1/adesmet --into=/scratch.1/adesmet/7.4.0-binaries=
@@ -181,7 +181,7 @@
 rm -rf bin/ etc/ examples/ hdfs/ include/ lib/ logs/ sql/ src/ testbin/
 {endcode}
 1:::: For each condordebugsyms-* file, delete any corresponding *-unstripped.tar.gz".  That is, for any given platform there should be a *-unstripped.tar.gz _or_ a condordebugsyms-*.
-1:::: Move everything into place:
+1:::: Move everything into place.  This could take ten minutes or so.
 {code}
 mv * /p/condor/public/binaries/stable/7.4/7.4.0/
 {endcode}