How to download and setup grpcurl
Open terminal and run command
git clone https://github.com/fullstorydev/grpcurl.git
git clone is used to create a copy or clone of grpcurl repositories.
You pass git clone a repository URL. it supports a few different network protocols and corresponding URL formats.
Also you may download zip file with grpcurl https://github.com/fullstorydev/grpcurl/archive/master.zip
Or simply clone grpcurl with SSH
[email protected]:fullstorydev/grpcurl.git