From f0bf955910bc0a706ae19d6eb30bfb61c30ca565 Mon Sep 17 00:00:00 2001 From: jvilalta Date: Fri, 11 Mar 2011 14:45:25 -0600 Subject: [PATCH] udpate readme with new release information --- README | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README b/README index 1bb326b..7f69f68 100644 --- a/README +++ b/README @@ -1,8 +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. +Visit the downloads section to obtain the latest version of Quartz.Net Manager. You can now download a zipped version as well as an MSI installer. 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. +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. Alternatively, select the Assemblies menu option from the Quartz.Net Manager menu and add the assemblies there. 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