Skip to content

Instantly share code, notes, and snippets.

@faizalmansor
Last active January 23, 2024 17:57
Show Gist options
  • Save faizalmansor/56bf263cd2f9ad204b157ba8e1a4df6c to your computer and use it in GitHub Desktop.
Save faizalmansor/56bf263cd2f9ad204b157ba8e1a4df6c to your computer and use it in GitHub Desktop.
Installing Go on Raspberry Pi Zero W
wget https://dl.google.com/go/go1.9.3.linux-armv6l.tar.gz
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