Skip to content

Commit 48dca64

Browse files
authored
docs: add missing cd step in contributor guide bootstrap
1 parent 21b5299 commit 48dca64

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

docs/source/contributor-guide/introduction.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,8 @@ Bootstrap:
4747
```shell
4848
# fetch this repo
4949
git clone git@github.com:apache/datafusion-python.git
50+
# cd to the repo root
51+
cd datafusion-python/
5052
# create the virtual environment
5153
uv sync --dev --no-install-package datafusion
5254
# activate the environment

0 commit comments

Comments
 (0)