Skip to content

Instantly share code, notes, and snippets.

View ivanmih's full-sized avatar
🏆
Github coding champion

Ivan Mihajlovic ivanmih

🏆
Github coding champion
View GitHub Profile
Setup on local machine
1. Install xcode command line tools. In terminal type:
`xcode-select —install`
2. Install Homebrew:
`/bin/bash -c “$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)”`
3. Install Java through Homebrew (needed for Jenkins):
`brew cask install java`