Skip to content

Instantly share code, notes, and snippets.

@brutella
Created April 3, 2019 08:43
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save brutella/c291791a034ff2f666bb016ac1c1bd88 to your computer and use it in GitHub Desktop.
Save brutella/c291791a034ff2f666bb016ac1c1bd88 to your computer and use it in GitHub Desktop.
Install Go on Raspberry Pi

Install Go

  1. Download the latest stable version from golang.org with wget -c <url> – use armv6 architecture for Rasbperry Pi 3 Model B.
  2. Extract with sudo tar -C /usr/local -xvzf <file>
  3. Setup the Go workspace
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment