Skip to content

Instantly share code, notes, and snippets.

@firstrow
Created April 6, 2018 11:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save firstrow/a01d7b43a76a9b4f14d9ee85585df01b to your computer and use it in GitHub Desktop.
Save firstrow/a01d7b43a76a9b4f14d9ee85585df01b to your computer and use it in GitHub Desktop.
mkdir /tmp/protoc && cd "$_"
wget https://github.com/google/protobuf/releases/download/v3.5.1/protoc-3.5.1-linux-x86_64.zip
unzip protoc-3.5.1-linux-x86_64.zip
sudo cp bin/protoc /usr/local/bin/protoc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment