mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 11:06:54 -04:00
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.
This commit is contained in:
parent
7aa24acae3
commit
030e979b23
1 changed files with 1 additions and 1 deletions
|
|
@ -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))
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue