Skip to content

Commit e262e8d

Browse files
committed
update readme file
1 parent 5953559 commit e262e8d

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 chat_cli
158+
cargo run --bin q_cli
159159
```
160160

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`
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 q_cli -- login`
162162
163163
To run tests for the Q CLI crate:
164164
```shell
165-
cargo test -p chat_cli
165+
cargo test -p q_cli
166166
```
167167

168168
To format Rust files:

0 commit comments

Comments
 (0)