Skip to content

Commit

Permalink
Refer to docs
Browse files Browse the repository at this point in the history
  • Loading branch information
glbrntt committed Jan 24, 2025
1 parent fda3363 commit 3dc41a0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@
Let's start by running the existing Greeter application.

As a prerequisite you must have the Protocol Buffers compiler (`protoc`) installed. You can
find the instructions for doing this in the [Protocol Buffers GitHub
repository](https://github.com/protocolbuffers/protobuf?tab=readme-ov-file#protobuf-compiler-installation).
find the instructions for doing this in the [gRPC Swift Protobuf
documentation](https://swiftpackageindex.com/grpc/grpc-swift-protobuf/documentation/grpcprotobuf/installing-protoc).
The remainder of this tutorial assumes you installed `protoc` and it's available in
your `$PATH`.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
to depend on gRPC Swift.

As a prerequisite you must have the Protocol Buffers compiler (`protoc`) installed. You can
find the instructions for doing this in the [Protocol Buffers GitHub
repository](https://github.com/protocolbuffers/protobuf?tab=readme-ov-file#protobuf-compiler-installation).
find the instructions for doing this in the [gRPC Swift Protobuf
documentation](https://swiftpackageindex.com/grpc/grpc-swift-protobuf/documentation/grpcprotobuf/installing-protoc).
The remainder of this tutorial assumes you installed `protoc` and it's available in
your `$PATH`.

Expand Down

0 comments on commit 3dc41a0

Please sign in to comment.