Update Readme.md

show how aggregated data can be displayed
This commit is contained in:
Ronny Friedland 2024-02-06 20:21:11 +01:00 committed by GitHub
parent 9ac3843a0e
commit 71ab1c5e2c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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).