diff options
-rw-r--r-- | README | 45 |
1 files changed, 21 insertions, 24 deletions
@@ -1,24 +1,21 @@ -# Extremely abridged instructions - -## Start htcondor - -### RHEL / CentOS -Execute: -$ service condor start - -### OSX -$ /path/to/condor/sbin/condor_master - - -## Generate sample data - -$ cd data/sample1 -$ ./mkdata.sh - -## Check out the generators - -$ cd ../../generators -$ ./generator1.py -$ ./generator2.py - - +# Extremely abridged instructions
+
+## Start htcondor
+
+### RHEL / CentOS
+$ service condor start
+
+### OSX
+$ /path/to/condor/sbin/condor_master
+
+
+## Generate sample data
+
+$ cd data/sample1
+$ ./mkdata.sh
+
+## Check out the generators
+
+$ cd ../../generators
+$ ./generator1.py
+$ ./generator2.py
\ No newline at end of file |