Skip to content

Commit 4d16655

Browse files
authored
Fix running in Docker instructions (#11141)
1 parent 7dcef22 commit 4d16655

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docs/source/user-guide/cli/installation.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,7 @@ this to work.
5656

5757
```bash
5858
git clone https://github.com/apache/datafusion
59-
cd arrow-datafusion
60-
git checkout 12.0.0
59+
cd datafusion
6160
docker build -f datafusion-cli/Dockerfile . --tag datafusion-cli
6261
docker run -it -v $(your_data_location):/data datafusion-cli
6362
```

0 commit comments

Comments
 (0)