diff --git a/tools/schema_generator/README.md b/tools/schema_generator/README.md index c19b78d68c7a..96a028bdb357 100644 --- a/tools/schema_generator/README.md +++ b/tools/schema_generator/README.md @@ -25,7 +25,7 @@ $ pip install -r requirements.txt To use a connectors `run` command we first need an AirbyteConfiguredCatalog: ```bash -$ cd ../../connectors/ # you need to use the tool at the root folder of a connector +$ ../../airbyte-integrations/connectors/ # you need to use the tool at the root folder of a connector $ docker run --rm -v $(pwd)/secrets:/secrets airbyte/:dev discover --config /secrets/config.json | schema_generator --configure-catalog ``` This will created the file **configured_catalog.json** in the **integration_tests** folder in the current working directory.