Skip to content

Commit

Permalink
adjust readme (#20945)
Browse files Browse the repository at this point in the history
  • Loading branch information
Joe Reuter authored Jan 9, 2023
1 parent 8f21d0d commit c92fbee
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions airbyte-connector-builder-server/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,7 @@ The server is now reachable on localhost:8080

### OpenAPI generation

```bash
openapi-generator generate -i ../connector-builder-server/src/main/openapi/openapi.yaml -g python-fastapi -c openapi/generator_config.yaml -o build/server -t openapi/templates
```

Or you can run it via Gradle by running this from the Airbyte project root:
Run it via Gradle by running this from the Airbyte project root:
```bash
./gradlew :airbyte-connector-builder-server:generateOpenApiPythonServer
```

0 comments on commit c92fbee

Please sign in to comment.