readme example

This commit is contained in:
Michael 2018-08-16 17:15:07 +00:00
parent 87a8486c37
commit a71eaff19e

View file

@ -6,7 +6,18 @@ Dip
Configurable webhook server.
Read documentation at `cargo doc`.
Express your webhooks in terms of composable blocks such as:
```toml
[[handlers]]
type = "github"
secret = "hunter2"
outdir = "/home/michael/dip"
[[handlers]]
type = "script"
command = "cargo build"
```
Contact
-------