-
-
Save stevenferrer/f3b720277070ed79b4032e20cf167849 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
# Make sure you grab the latest version | |
curl -OL https://github.com/google/protobuf/releases/download/v3.2.0/protoc-3.2.0-linux-x86_64.zip | |
# Unzip | |
unzip protoc-3.2.0-linux-x86_64.zip -d protoc3 | |
# Move only protoc* to /usr/bin/ | |
sudo mv protoc3/bin/protoc /usr/bin/protoc |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment