mirror of
https://github.com/tree-sitter/tree-sitter.git
synced 2026-09-10 07:26:23 -04:00
docs(readme): add link for cargo-binstall
* Update cli README.md Added a link to CLI readme to make it clear to an outsider that cargo-binstall is a different tool than cargo. * Apply suggestion from @WillLillis Co-authored-by: Will Lillis <will.lillis24@gmail.com> --------- Co-authored-by: Christian Clason <ch.clason+github@icloud.com> Co-authored-by: Will Lillis <will.lillis24@gmail.com>
This commit is contained in:
parent
8668f2c74f
commit
cbee467266
|
|
@ -12,7 +12,7 @@ The Tree-sitter CLI allows you to develop, test, and use Tree-sitter grammars fr
|
|||
|
||||
### Installation
|
||||
|
||||
You can install the `tree-sitter-cli` with `cargo-binstall`:
|
||||
You can install the `tree-sitter-cli` with [`cargo-binstall`](https://github.com/cargo-bins/cargo-binstall):
|
||||
|
||||
```sh
|
||||
cargo binstall tree-sitter-cli
|
||||
|
|
|
|||
Loading…
Reference in a new issue