andygrove commented on a change in pull request #231:
URL: https://github.com/apache/arrow-datafusion/pull/231#discussion_r624509824



##########
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
+cargo run --release
 ```
 
 ## Run using Docker
 
 Use the following commands to clone this repository and build a Docker image 
containing the CLI tool. Note that there is `.dockerignore` file in the root of 
the repository that may need to be deleted in order for this to work.
 
 ```sh
-git clone https://github.com/apache/arrow
+git clone https://github.com/apache/arrow-datafusion
 cd arrow

Review comment:
       ```suggestion
   cd arrow-datafusion
   ```




-- 
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]


Reply via email to