From cf041b65401ca87026849af71bdb29359f3a0a2f Mon Sep 17 00:00:00 2001 From: webbrain-one <295484252+webbrain-one@users.noreply.github.com> Date: Mon, 10 Aug 2026 21:55:06 +0300 Subject: [PATCH] docs: improve README --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3e95b93..56df9f6 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ + + # Task counter I made this project to count time of tasks I do at work. @@ -46,7 +48,7 @@ Build executable pip install -r requirements.build pyinstaller deploy/taskcounter.spec # on macos, build the dmg -dmgbuild -s deploy/dmgbuild-settings.py "" "" +dmgbuild -s deploy/dmgbuild-settings.py dist/Taskcounter.app Taskcounter ``` ## Running the tests