diff --git a/Taskfile.yml b/Taskfile.yml index a6a99d9..b5b59f1 100644 --- a/Taskfile.yml +++ b/Taskfile.yml @@ -34,3 +34,8 @@ tasks: desc: Create a local snapshot release cmds: - goreleaser release --clean --snapshot + + install: + desc: Install the latest published version locally + cmds: + - go install git.smsvc.net/pomodoro/ChronoTomato@latest