From d2fd03e6892780a3e93508c9455b191dbe9b2e3a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=81d=C3=A1m=20Lippai?= Date: Wed, 25 Sep 2019 13:49:04 +0200 Subject: [PATCH] Update README.md --- rust/datafusion/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust/datafusion/README.md b/rust/datafusion/README.md index 44463eb4105..7058a3b1b43 100644 --- a/rust/datafusion/README.md +++ b/rust/datafusion/README.md @@ -41,7 +41,7 @@ cargo run --bin datafusion-cli ``` ##### Use Dockerfile ```sh -git clone https://github/apache/arrow +git clone https://github.com/apache/arrow cd arrow docker build -f rust/datafusion/Dockerfile . --tag datafusion-cli docker run -it -v $(your_data_location):/data datafusion-cli