This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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` |