Linear issue with full context here. The current gRPC docs make use of the wget command to install protobuf from GitHub, but wget is not pre-installed on macOS.
Replaced wget with curl, which is guaranteed to be installed since the brew install command above the wget command installs curl: