Skip to content

Commit

Permalink
Update build-sdk.sh
Browse files Browse the repository at this point in the history
The install instruction does not work anymore, updated it with the new install instruction from https://github.com/oapi-codegen/oapi-codegen
  • Loading branch information
MaximeWeyl authored Nov 4, 2024
1 parent d67ab01 commit 6f3b12e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/terminal/build-sdk.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
go run . openapi >openapi.yaml

# Install the SDK generator
go install github.com/deepmap/oapi-codegen/v2/cmd/oapi-codegen@latest
go install github.com/oapi-codegen/oapi-codegen/v2/cmd/oapi-codegen@latest

# Generate the SDK
mkdir -p sdk
Expand Down

0 comments on commit 6f3b12e

Please sign in to comment.