Skip to content

Instantly share code, notes, and snippets.

@flarco
Created January 28, 2019 16:31
Show Gist options
  • Save flarco/8efabd06bfa3e41712b88039d5c2413a to your computer and use it in GitHub Desktop.
Save flarco/8efabd06bfa3e41712b88039d5c2413a to your computer and use it in GitHub Desktop.
Install go
TARGET=/usr/local
# download https://golang.org/
wget https://dl.google.com/go/go1.11.5.linux-amd64.tar.gz
sudo tar -C $TARGET -xzf go1.11.5.linux-amd64.tar.gz
export PATH=$PATH:$TARGET/go/bin
nano $HOME/.profile
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment