aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorSergio A. Vargas <savargasqu+git@unal.edu.co>2025-09-17 10:53:25 -0500
committerGitHub <noreply@github.com>2025-09-17 17:53:25 +0200
commit030e979b23a65a22f1c0a43396e6c7cf676c8735 (patch)
treef715cc48012db898e15960e5597fca82f9fd32b6 /README.md
parentfeat(rifleconf): add parser and queries (diff)
downloadnvim-treesitter-030e979b23a65a22f1c0a43396e6c7cf676c8735.tar
nvim-treesitter-030e979b23a65a22f1c0a43396e6c7cf676c8735.tar.gz
nvim-treesitter-030e979b23a65a22f1c0a43396e6c7cf676c8735.tar.bz2
nvim-treesitter-030e979b23a65a22f1c0a43396e6c7cf676c8735.tar.lz
nvim-treesitter-030e979b23a65a22f1c0a43396e6c7cf676c8735.tar.xz
nvim-treesitter-030e979b23a65a22f1c0a43396e6c7cf676c8735.tar.zst
nvim-treesitter-030e979b23a65a22f1c0a43396e6c7cf676c8735.zip
docs(README): clarify that `tree-sitter-cli` is required (#8124)
Seems like most distros have split out the CLI package under this name and reserve `tree-sitter` for the library (and crates) only.
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
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 <https://docs.rs/cc/latest/cc/#compile-time-requirements>)
- `Node` (23.0.0 or later) for some parsers (see the [list of supported languages](SUPPORTED_LANGUAGES.md))