Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
piperchester committed Dec 20, 2023
1 parent 1cb99dd commit 2ab860c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ can import packages from `gnostic-models` instead of `gnostic`.

[google/gnostic-grpc](https://github.com/google/gnostic-grpc) contains a
gnostic plugin that can generate an annotated Protocol Buffer description of an
API that, when transcode, produces an API that conforms to a specified OpenAPI
API that, when transcoded, produces an API that conforms to a specified OpenAPI
document. To go from protobuf to OpenAPI, see the
[protoc-gen-openapi](cmd/protoc-gen-openapi) tool in this project.

Expand Down Expand Up @@ -69,12 +69,12 @@ and later.
git clone https://github.com/google/gnostic
cd gnostic

2. Verify that you have a local installation of `protoc`. You can get protoc
2. Verify that you have a local installation of `protoc`. You can get `protoc`
[here](https://github.com/protocolbuffers/protobuf).

3. Build **gnostic** with `make`. This uses
[go generate](https://blog.golang.org/generate) to build support code
including code generated by `protoc` and the Go protoc plugin, which is
including code generated by `protoc` and the Go `protoc` plugin, which is
automatically downloaded from
[github.com/golang/protobuf](https://github.com/golang/protobuf) by the
[COMPILE-PROTOS.sh](COMPILE-PROTOS.sh) script. This also builds all plugins
Expand Down

0 comments on commit 2ab860c

Please sign in to comment.