2023-11-01 04:02:17 +00:00
|
|
|
# Install Protoc
|
2023-11-01 02:56:35 +00:00
|
|
|
|
2023-11-01 04:02:17 +00:00
|
|
|
```bash
|
|
|
|
./vendor/bin/rr download-protoc-binary
|
|
|
|
```
|
2023-11-01 02:56:35 +00:00
|
|
|
|
2023-11-01 04:02:17 +00:00
|
|
|
```bash
|
|
|
|
protoc --plugin=/Users/ivampiresp/.bin/protoc-gen-php-grpc --php_out=. --php-grpc_out=. resources/proto/pinger.proto
|
|
|
|
```
|