mirror of
https://github.com/fergalmoran/SilkierQuartz.git
synced 2025-12-22 09:37:56 +00:00
Update README.md
This commit is contained in:
11
README.md
11
README.md
@@ -4,9 +4,12 @@
|
||||
|
||||
---
|
||||
|
||||
[](https://www.nuget.org/packages/Quartzmin)
|
||||
[](https://www.nuget.org/packages/QuartzminFork)
|
||||
[](LICENSE)
|
||||
|
||||
QuartzminFork is fork from Quartzmin!
|
||||
|
||||
|
||||
Quartzmin is powerful, easy to use web management tool for Quartz.NET
|
||||
|
||||
Quartzmin can be used within your existing application with minimum effort as a Quartz.NET plugin when it automatically creates embedded web server. Or it can be plugged into your existing OWIN-based web application as a middleware.
|
||||
@@ -36,11 +39,11 @@ Quartzmin was created with **Semantic UI** and **Handlebars.Net** as the templat
|
||||
- See recent job history, state and error messages
|
||||
|
||||
## Install
|
||||
Quartzmin is available on [nuget.org](https://www.nuget.org/packages/Quartzmin)
|
||||
Quartzmin is available on [nuget.org](https://www.nuget.org/packages/QuartzminFork)
|
||||
|
||||
To install Quartzmin, run the following command in the Package Manager Console
|
||||
To install QuartzminFork, run the following command in the Package Manager Console
|
||||
```powershell
|
||||
PM> Install-Package Quartzmin
|
||||
PM> Install-Package QuartzminFork
|
||||
```
|
||||
## Minimum requirements
|
||||
- .NET Framework 4.5.2
|
||||
|
||||
Reference in New Issue
Block a user