diff --git a/datafusion-examples/README.md b/datafusion-examples/README.md index f868a5310cbe..90469e6715a6 100644 --- a/datafusion-examples/README.md +++ b/datafusion-examples/README.md @@ -36,6 +36,9 @@ cd datafusion # Download test data git submodule update --init +# Change to the examples directory +cd datafusion-examples/examples + # Run the `dataframe` example: # ... use the equivalent for other examples cargo run --example dataframe