From e1cce7fc80429add16e5d38b814ba534e7222129 Mon Sep 17 00:00:00 2001 From: Amolith Date: Tue, 3 Mar 2026 20:51:44 -0700 Subject: [PATCH] Update installation instructions --- README.md | 25 ++++++++++++++++++------- 1 file changed, 18 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index f45381a29e0bf0cbc5134eea8cae013ce2db5d7f..d6aa78e6115f155e279a541256c67722295e1bd1 100644 --- a/README.md +++ b/README.md @@ -7,13 +7,24 @@ complementary to tools like [OpenSpec]. [OpenSpec]: https://github.com/Fission-AI/OpenSpec -Install with `mise use -g cargo:https://git.secluded.site/yatd@latest` -or `cargo install --git https://git.secluded.site/yatd` or by cloning -and running `make install`. Tell your agent how/when to use td by first -installing the skill with `td skill`, then somehow referring to td when -telling the agent to do something involving td. It shouldn't invoke the -skill unless you mention td, allowing your agent to use other todo/issue -tools in other repos even with this global skill. +## Installation + +Pre-built binaries are available at +[releases.secluded.site/yatd/latest][bin-latest]. + +[bin-latest]: https://releases.secluded.site/yatd/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`. + +Tell your agent how/when to use td by first installing the skill with `td +skill`, then somehow referring to td when telling the agent to do something +involving td. It shouldn't invoke the skill unless you mention td, allowing +your agent to use other todo/issue tools in other repos even with this global +skill. Inspired by [alosec/td].