Update Readme.md
show how aggregated data can be displayed
This commit is contained in:
parent
9ac3843a0e
commit
71ab1c5e2c
1 changed files with 8 additions and 1 deletions
|
|
@ -37,6 +37,13 @@ To verify if the timer is running you can check it using:
|
|||
systemctl list-timers
|
||||
```
|
||||
|
||||
### Show results
|
||||
|
||||
The aggregated data can be displayed using `journalctl`:
|
||||
```shell
|
||||
journalctl -u timetracker.service -t timetracker
|
||||
```
|
||||
|
||||
## License
|
||||
|
||||
This application is published under the [MIT license](LICENSE).
|
||||
This application is published under the [MIT license](LICENSE).
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue