Describe the bug
After rename go module from github.com/arl/gitmux into gitmux, I cannot use go install to build and install with single command, but I can workaround to clone this repository in my local machine then use go install .. Thanks for your support!
To Reproduce
go install github.com/arl/gitmux@latest
Screenshots

Environment:
- go version go1.24.5 linux/amd64