From 4c7088f67ebd6748943167c7d1c2c3baf9ec5acb Mon Sep 17 00:00:00 2001 From: Imi <27138272+iminet@users.noreply.github.com> Date: Fri, 17 Mar 2023 11:59:49 +0100 Subject: [PATCH] Update Readme.md --- Readme.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Readme.md b/Readme.md index a33991f..200dd4d 100644 --- a/Readme.md +++ b/Readme.md @@ -29,6 +29,11 @@ CronNET supports most cron scheduling. See tests for supported formats. `* 1,10,20 * * *` Every 1st, 10th, and 20th hours. ``` +How to install? +=============== + +You can install this [NuGet package](https://www.nuget.org/packages/Iminetsoft.CronNET) + Console Example ===============