docs(rust): add --locked to installation instructions
This commit is contained in:
parent
55bda0a968
commit
c3ec2c251e
1 changed files with 1 additions and 1 deletions
|
|
@ -14,7 +14,7 @@ The Tree-sitter CLI allows you to develop, test, and use Tree-sitter grammars fr
|
|||
You can install the `tree-sitter-cli` with `cargo`:
|
||||
|
||||
```sh
|
||||
cargo install tree-sitter-cli
|
||||
cargo install --locked tree-sitter-cli
|
||||
```
|
||||
|
||||
or with `npm`:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue