Last active
June 17, 2017 07:19
-
-
Save yyoshiki41/976dcf05b673aab48c2a63361b45fc83 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
# wget https://storage.googleapis.com/golang/go1.8.3.linux-amd64.tar.gz | |
curl -o /tmp/go1.8.3.linux-amd64.tar.gz https://storage.googleapis.com/golang/go1.8.3.linux-amd64.tar.gz | |
sudo tar -C /usr/local -xzf go1.8.3.linux-amd64.tar.gz | |
export PATH=$PATH:/usr/local/go/bin |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment