fix(docs): list dependencies on external tooling for version command
This commit is contained in:
parent
320c0865e9
commit
d592b16ac0
1 changed files with 5 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue