Ask the user which they prefer:

- [bin](https://github.com/marcosnils/bin) (highly recommended because it's one tool to manage and update myriad CLI tools distributed as statically-linked binaries, like _formatted-commit_)
  ```
  bin install goinstall://git.secluded.site/formatted-commit@latest
  ```
- Using the [go toolchain](https://go.dev/dl) (upgrade with `formatted-commit upgrade`)
  ```
  go install git.secluded.site/formatted-commit@latest
  ```
