fix columnq-cli cargo install command

This commit is contained in:
QP Hou 2022-09-24 11:55:08 -07:00 committed by GitHub
parent 0d08aeb092
commit 45132cb237
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -30,7 +30,7 @@ pip install columnq-cli
### Build from source
```bash
cargo install --locked --git https://github.com/roapi/roapi --branch main --bin columnq-cli
cargo install --locked --git https://github.com/roapi/roapi --branch main --bins columnq-cli
```