Last active
February 5, 2018 16:38
-
-
Save vaijab/80e30d1d695b7f725a4fba43ef5849d8 to your computer and use it in GitHub Desktop.
protoc one-liner install
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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