chore(doc): update information about config

This commit is contained in:
Dmitriy Pleshevskiy 2022-02-18 23:44:43 +03:00
parent 9423876d44
commit 46e6d482e8
1 changed files with 14 additions and 1 deletions

View File

@ -11,4 +11,17 @@ cargo install hwt_ui
## Usage
Type `hwt` in the terminal.
Type `hwt` in the terminal and the status window of the timers will open with
the default parameters
```sh
hwt
```
If you want to customize the timers, you can create a configuration file based
on [the example](./config.example.toml). Then pass path to your configuration
file as additional parameter.
```sh
hwt ./config.example.toml
```