diff --git a/README.md b/README.md index 95fd16c59..a477a3457 100644 --- a/README.md +++ b/README.md @@ -16,13 +16,9 @@ Dkron runs on Linux, OSX and Windows. It can be used to run scheduled commands o You can use Dkron to run the most important part of your company, scheduled jobs. -## Status +## Installation -Currently Dkron is under heavy development but approaching production quality, it has been tested in production for long time and a moderate amount of jobs. - -Said that, I encourage you to try it, it's very easy to use, see how it works for you and report any bugs [creating an issue](https://github.com/victorcoder/dkron/issues) in the github project. - -## Documentation +[Installation instructions](https://dkron.io/basics/installation/) Full, comprehensive documentation is viewable on the [Dkron website](http://dkron.io) @@ -42,7 +38,7 @@ This will start, etc, consul and Dkron instances. To add more Dkron instances to Check the port mapping using `docker-compose ps` and use the browser to navigate to the Dkron dashboard using one of the ports mapped by compose. -To add jobs to the system read the API docs. +To add jobs to the system read the [API docs](https://dkron.io/api/). ## Frontend development