From 278cf75e21e10a6b3ab3db38365fb0d06688603f Mon Sep 17 00:00:00 2001 From: Sergio Alejandro Vargas Date: Tue, 16 Sep 2025 14:11:59 -0500 Subject: [PATCH] docs: Clarify tree-sitter-cli requirement Link to the tree-sitter-cli README directly, instead of the tree-sitter top-level README to avoid confusion. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 921b11002..bdb9c1ddc 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ For details on these and how to help improving them, see [CONTRIBUTING.md](./CON - Neovim 0.11.0 or later (nightly) - `tar` and `curl` in your path -- [`tree-sitter`](https://github.com/tree-sitter/tree-sitter) CLI (0.25.0 or later) +- [`tree-sitter-cli`](https://github.com/tree-sitter/tree-sitter/blob/master/crates/cli/README.md) (0.25.0 or later) - a C compiler in your path (see ) - `Node` (23.0.0 or later) for some parsers (see the [list of supported languages](SUPPORTED_LANGUAGES.md))