Skip to content

Commit e0e09f7

Browse files
authored
Update README.md (#443)
Fix this error in the installation instructions: ``` go install github.com/google/gnostic/cmd/protoc-gen-openapi go: 'go install' requires a version when current directory is not in a module Try 'go install github.com/google/gnostic/cmd/protoc-gen-openapi@latest' to install the latest version ```
1 parent 39aedcf commit e0e09f7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cmd/protoc-gen-openapi/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Protocol Buffer service.
66

77
Installation:
88

9-
go install github.com/google/gnostic/cmd/protoc-gen-openapi
9+
go install github.com/google/gnostic/cmd/protoc-gen-openapi@latest
1010

1111
Usage:
1212

@@ -62,4 +62,4 @@ refers to additional .proto files in the same directory as
6262
application/json:
6363
schema:
6464
$ref: '#/components/schemas/google.rpc.Status'
65-
```
65+
```

0 commit comments

Comments
 (0)