# Install Protoc ```bash ./vendor/bin/rr download-protoc-binary ``` ```bash protoc --plugin=/Users/ivampiresp/.bin/protoc-gen-php-grpc --php_out=. --php-grpc_out=. resources/proto/pinger.proto ```