andygrove commented on a change in pull request #231: URL: https://github.com/apache/arrow-datafusion/pull/231#discussion_r624509799
########## File path: datafusion/docs/cli.md ########## @@ -26,19 +26,19 @@ The DataFusion CLI is a command-line interactive SQL utility that allows queries Use the following commands to clone this repository and run the CLI. This will require the Rust toolchain to be installed. Rust can be installed from [https://rustup.rs/](https://rustup.rs/). ```sh -git clone https://github.com/apache/arrow -cd arrow/rust/datafusion -cargo run --bin datafusion-cli --release +git clone https://github.com/apache/arrow-datafusion +cd arrow/datafusion-cli Review comment: ```suggestion cd arrow-datafusion/datafusion-cli ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
