Advertisement
cwchen

[Console] Installing Go on Mac via Homebrew

Aug 20th, 2017
439
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.18 KB | None | 0 0
  1. # Install CLT
  2. $ xcode-select --install
  3.  
  4. # Install Homebrew
  5. $ /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/)
  6.  
  7. # Install Go
  8. $ brew install go
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement