From cbee4672665173d1702d836353ef7648dc2b2fac Mon Sep 17 00:00:00 2001 From: Andrew Gibb Date: Fri, 26 Jun 2026 13:10:43 +0100 Subject: [PATCH] docs(readme): add link for cargo-binstall * Update cli README.md Added a link to CLI readme to make it clear to an outsider that cargo-binstall is a different tool than cargo. * Apply suggestion from @WillLillis Co-authored-by: Will Lillis --------- Co-authored-by: Christian Clason Co-authored-by: Will Lillis --- crates/cli/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/cli/README.md b/crates/cli/README.md index a3060c5c2..e1494142e 100644 --- a/crates/cli/README.md +++ b/crates/cli/README.md @@ -12,7 +12,7 @@ The Tree-sitter CLI allows you to develop, test, and use Tree-sitter grammars fr ### Installation -You can install the `tree-sitter-cli` with `cargo-binstall`: +You can install the `tree-sitter-cli` with [`cargo-binstall`](https://github.com/cargo-bins/cargo-binstall): ```sh cargo binstall tree-sitter-cli