From 310eb18930fb4208ba00b0bc0b09e2060a88da26 Mon Sep 17 00:00:00 2001 From: Jay Vilalta Date: Wed, 3 Nov 2010 13:19:17 -0500 Subject: [PATCH] Update readme --- README | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README b/README index e69de29..1bb326b 100644 --- a/README +++ b/README @@ -0,0 +1,8 @@ +GETTING STARTED +We don't have an installer or binary release yet, so for now you will have to download the source code, build it and run it. + +CUSTOM JOBS +You must let the program know which assemblies contain your jobs. You do so by editing the JobAssemblies.txt file and adding your assemblies there. Only jobs from the assemblies listed in that file will get loaded. + +LICENSE +This code is released under the Apache License, Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.html). \ No newline at end of file