Forked from bertt/gist:c35ef7852374c1e58905c70a526258f7
Created
January 3, 2018 15:42
-
-
Save ersivv/6138af8ea3e9aece1739d60eedd80c5d to your computer and use it in GitHub Desktop.
Install golang 1.8.3 on Raspberry Pi
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-armv6l.tar.gz | |
| sudo tar -C /usr/local -xzf go1.8.3.linux-armv6l.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