diff --git a/README.md b/README.md index bca3c1f..2769187 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,10 @@ A pomodoro server written in Go +## Installation + +`go install git.smsvc.net/pomodoro/GoTomato@latest` + ## Testing ``` diff --git a/go.mod b/go.mod index 55605fe..cd39ad4 100644 --- a/go.mod +++ b/go.mod @@ -1,4 +1,4 @@ -module GoTomato +module git.smsvc.net/pomodoro/GoTomato go 1.23