diff --git a/Readme.md b/Readme.md index 0dfcb51..25859e7 100644 --- a/Readme.md +++ b/Readme.md @@ -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). \ No newline at end of file +This application is published under the [MIT license](LICENSE).