Skip to content

Commit aa58632

Browse files
authored
doc: update command to run local development for Q CLI (#1710)
1 parent cb690ff commit aa58632

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -155,14 +155,14 @@ pnpm install --ignore-scripts
155155
### 3. Start Local Development
156156
To compile and view changes made to `q chat`:
157157
```shell
158-
cargo run --bin q_cli -- chat
158+
cargo run --bin chat_cli
159159
```
160160

161-
> If you are working on other q commands, just replace `chat` with the command name
161+
> If you are working on other q commands, just append `-- <command name>`. For example, to run `q login`, you can run `cargo run --bin chat_cli -- login`
162162
163163
To run tests for the Q CLI crate:
164164
```shell
165-
cargo test -p q_cli
165+
cargo test -p chat_cli
166166
```
167167

168168
To format Rust files:

0 commit comments

Comments
 (0)