diff --git a/docs/connector-development/README.md b/docs/connector-development/README.md index 0b9970ec6d47d..c14fb437dbe6d 100644 --- a/docs/connector-development/README.md +++ b/docs/connector-development/README.md @@ -123,7 +123,7 @@ Once you've finished iterating on the changes to a connector as specified in its * `airbyte-config/init/src/main/resources/seed/source_definitions.yaml` if it is a source * `airbyte-config/init/src/main/resources/seed/destination_definitions.yaml` if it is a destination. - Then rebuild the platform to generate the seed spec yaml files, and commit the changes to the PR. See [this readme](https://github.com/airbytehq/airbyte/tree/a534bb2a8f29b20e3cc7c52fef1bc3c34783695d/airbyte-config/specs) for more information. + Then run the commend `./gradlew :airbyte-config:init:processResources` to generate the seed spec yaml files, and commit the changes to the PR. See [this readme](https://github.com/airbytehq/airbyte/tree/a534bb2a8f29b20e3cc7c52fef1bc3c34783695d/airbyte-config/specs) for more information. 5. The new version of the connector is now available for everyone who uses it. Thank you!