mirror of
https://github.com/tree-sitter/tree-sitter.git
synced 2026-09-10 07:36:22 -04:00
docs(rust): add --locked to installation instructions
This commit is contained in:
parent
55bda0a968
commit
c3ec2c251e
|
|
@ -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…
Reference in a new issue