Created
February 4, 2018 13:45
-
-
Save WindomZ/a3fe7f317c9920eb8e9ffb42e1c22436 to your computer and use it in GitHub Desktop.
Install Golang 1.9.3 on Raspberry Pi 3
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://dl.google.com/go/go1.9.3.linux-armv6l.tar.gz | |
sudo tar -C /usr/local -xzf go1.9.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