fix(docs): update cli path for install commands
This commit is contained in:
parent
8e90799e27
commit
cd2cb661a4
1 changed files with 2 additions and 2 deletions
|
|
@ -45,7 +45,7 @@ This will create the `tree-sitter` CLI executable in the `target/release` folder
|
|||
If you want to automatically install the `tree-sitter` CLI in your system, you can run:
|
||||
|
||||
```sh
|
||||
cargo install --path cli
|
||||
cargo install --path crates/cli
|
||||
```
|
||||
|
||||
If you're going to be in a fast iteration cycle and would like the CLI to build faster, you can use the `release-dev` profile:
|
||||
|
|
@ -53,7 +53,7 @@ If you're going to be in a fast iteration cycle and would like the CLI to build
|
|||
```sh
|
||||
cargo build --release --profile release-dev
|
||||
# or
|
||||
cargo install --path cli --profile release-dev
|
||||
cargo install --path crates/cli --profile release-dev
|
||||
```
|
||||
|
||||
### Testing
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue