Add Usage chapter, fix test notifications example (#118)

This commit is contained in:
CrazyMax
2020-06-30 19:34:02 +02:00
parent 3faa9218f4
commit 02b08098b7
8 changed files with 120 additions and 98 deletions

View File

@@ -24,7 +24,7 @@ And extract diun:
$ wget -qO- {{ config.repo_url }}releases/download/v{{ git.tag | trim('v') }}/diun_{{ git.tag | trim('v') }}_linux_x86_64.tar.gz | tar -zxvf - diun
```
After getting the binary, it can be tested with [`./diun --help`](../get-started.md#diun-cli) command and moved to a permanent location.
After getting the binary, it can be tested with [`./diun --help`](../usage/cli.md) command and moved to a permanent location.
## Server configuration