Skip to content

Instantly share code, notes, and snippets.

@agu3rra
Created March 25, 2020 10:02
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 agu3rra/fcf8bdab1610119755a694cc16f46f40 to your computer and use it in GitHub Desktop.
Save agu3rra/fcf8bdab1610119755a694cc16f46f40 to your computer and use it in GitHub Desktop.
Installing binaries in Unix
  1. Extract tar file and place it in /usr/local. E.g.: tar -C /usr/local -xzf go$VERSION.$OS-$ARCH.tar.gz
  2. Edit your $HOME/.profile adding export PATH=$PATH:/usr/local/<extracted folder>.
  3. source .profile.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment