Skip to content

Instantly share code, notes, and snippets.

@etes
Last active October 11, 2016 11:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save etes/1a427635c28fc34aebaeef05244c960a to your computer and use it in GitHub Desktop.
Save etes/1a427635c28fc34aebaeef05244c960a to your computer and use it in GitHub Desktop.
Install golang on ArmV6
wget https://storage.googleapis.com/golang/go1.7.1.linux-armv6l.tar.gz
tar -C /usr/local -xzf go1.7.1.linux-armv6l.tar.gz
export PATH=$PATH:/usr/local/go/bin
export GOPATH=$HOME/go
export PATH=$PATH:$GOROOT/bin:$GOPATH/bin
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment