docs(install): point to releases.secluded.site

Amolith created

Change summary

README.md | 24 ++++++++++--------------
1 file changed, 10 insertions(+), 14 deletions(-)

Detailed changes

README.md 🔗

@@ -39,20 +39,16 @@ You need _both_ the binary and [the skill].
 
 ### The binary
 
-- Using [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 _git-format_)
-  ```bash
-  bin install goinstall://git.secluded.site/git-format@latest
-  git-format install
-  ```
-- Using the [go toolchain](https://go.dev/dl) (upgrade with `git-format upgrade`)
-  ```bash
-  go install git.secluded.site/git-format@latest
-  git-format install
-  ```
-
-The `git-format install` command creates symlinks so you can invoke it as `git
+Pre-built binaries are available at
+[releases.secluded.site/git-format/latest](https://releases.secluded.site/git-format/latest).
+
+- Using [mise](https://mise.jdx.dev/) (recommended), copy the snippet from the
+  releases page into your `mise.toml` or global `~/.config/mise/config.toml` to
+  automate updates.
+- Without mise, or a similar tool, download the binary for your platform from
+  the releases page and place it somewhere in your `$PATH`.
+
+Then run `git-format install` tr create symlinks so you can invoke it as `git
 formatted-commit` and `git formatted-tag`.
 
 ## Contributions