fix(docs): list dependencies on external tooling for version command

This commit is contained in:
Will Lillis 2025-11-11 04:32:37 -05:00
parent 320c0865e9
commit d592b16ac0

View file

@ -37,6 +37,11 @@ To print the current version without bumping it, use:
tree-sitter version
```
Note that some of the binding updates require access to external tooling:
* Updating Cargo.toml and Cargo.lock bindings requires that `cargo` is installed.
* Updating package-lock.json requires that `npm` is installed.
## Options
### `-p/--grammar-path <PATH>`