Skip to content

Instantly share code, notes, and snippets.

@cskonopka
Last active December 11, 2018 20:35
Show Gist options
  • Save cskonopka/fc82bbf81a47e901011a4281402178ea to your computer and use it in GitHub Desktop.
Save cskonopka/fc82bbf81a47e901011a4281402178ea to your computer and use it in GitHub Desktop.
Install Homebrew/Install Go OSX
#!/bin/bash
# install Homebrew
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
# install Golang
brew install golang
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment