installing-formatted-commit.md
1Ask the user which they prefer:
2
3- [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_)
4 ```
5 bin install goinstall://git.secluded.site/formatted-commit@latest
6 ```
7- Using the [go toolchain](https://go.dev/dl) (upgrade with `formatted-commit upgrade`)
8 ```
9 go install git.secluded.site/formatted-commit@latest
10 ```