Improve readme

This commit is contained in:
Anton Vakhrushev 2019-03-09 22:36:47 +03:00
parent ab6300eede
commit 7a3868db2b

View File

@ -1,4 +1,8 @@
# haskell-cron-matcher
# Haskell cron matcher
Made just for fun and test haskell.
## Usage
Match current time with given cron pattern.
@ -9,3 +13,14 @@ See return code for result:
* 0 - matched
* 1 - dismatched
* 2 - pattern parse error
## Build
You can use docker for build Stack and application:
$ make build-docker
$ make build
## Tests
$ make test