Skip to content

Instantly share code, notes, and snippets.

@vaijab
Last active February 5, 2018 16:38
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 vaijab/80e30d1d695b7f725a4fba43ef5849d8 to your computer and use it in GitHub Desktop.
Save vaijab/80e30d1d695b7f725a4fba43ef5849d8 to your computer and use it in GitHub Desktop.
protoc one-liner install
export PROTOC_VERSION=3.5.1
wget -q https://github.com/google/protobuf/releases/download/v${PROTOC_VERSION}/protoc-${PROTOC_VERSION}-linux-x86_64.zip -O /tmp/protoc-${PROTOC_VERSION}.zip && unzip -d /usr /tmp/protoc-${PROTOC_VERSION}.zip
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment