Doc typos

This commit is contained in:
CrazyMax
2021-05-31 11:34:14 +02:00
parent e1bb4eea7f
commit 1fbdd62c8a
4 changed files with 4 additions and 4 deletions

View File

@@ -81,7 +81,7 @@ See how to create [Linux service](linux-service.md) to start Diun automatically.
### 2. Running from terminal
```shell
DIUN_DB_PATH=/var/lib/diun/diun.db /usr/local/bin/diun --config /etc/diun/diun.yml
DIUN_DB_PATH=/var/lib/diun/diun.db /usr/local/bin/diun serve --config /etc/diun/diun.yml
```
## Updating to a new version