aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README45
1 files changed, 21 insertions, 24 deletions
diff --git a/README b/README
index a1ac8b3..054020f 100644
--- a/README
+++ b/README
@@ -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