mirror of
https://github.com/tree-sitter/tree-sitter.git
synced 2026-09-10 07:36:22 -04:00
fix(docs): list dependencies on external tooling for version command
This commit is contained in:
parent
320c0865e9
commit
d592b16ac0
|
|
@ -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>`
|
||||
|
|
|
|||
Loading…
Reference in a new issue