File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Sources/GRPCCore/Documentation.docc/Tutorials Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 29
29
Let's start by running the existing Greeter application.
30
30
31
31
As a prerequisite you must have the Protocol Buffers compiler (`protoc`) installed. You can
32
- find the instructions for doing this in the [Protocol Buffers GitHub
33
- repository ](https://github .com/protocolbuffers/protobuf?tab=readme-ov-file# protobuf-compiler-installation ).
32
+ find the instructions for doing this in the [gRPC Swift Protobuf
33
+ documentation ](https://swiftpackageindex .com/grpc/grpc-swift- protobuf/documentation/grpcprotobuf/installing-protoc ).
34
34
The remainder of this tutorial assumes you installed `protoc` and it's available in
35
35
your `$PATH`.
36
36
Original file line number Diff line number Diff line change 21
21
to depend on gRPC Swift.
22
22
23
23
As a prerequisite you must have the Protocol Buffers compiler (`protoc`) installed. You can
24
- find the instructions for doing this in the [Protocol Buffers GitHub
25
- repository ](https://github .com/protocolbuffers/protobuf?tab=readme-ov-file# protobuf-compiler-installation ).
24
+ find the instructions for doing this in the [gRPC Swift Protobuf
25
+ documentation ](https://swiftpackageindex .com/grpc/grpc-swift- protobuf/documentation/grpcprotobuf/installing-protoc ).
26
26
The remainder of this tutorial assumes you installed `protoc` and it's available in
27
27
your `$PATH`.
28
28
You can’t perform that action at this time.
0 commit comments