Update building-status.md

add alternative `cocoapods` installation option for macos
This commit is contained in:
Ivar Vasara 2017-09-02 19:53:55 -07:00 committed by GitHub
parent 70ccffd6df
commit 20e2547532
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ This guide is written with OS X in mind.
- GIT over SSH, please add public key to Github
- [Maven](https://maven.apache.org/install.html) `brew install maven`
- For Windows, [Ruby](https://www.ruby-lang.org/en/) `choco install ruby`
- [Cocoapods](https://cocoapods.org) `sudo gem install cocoapods`.
- [Cocoapods](https://cocoapods.org) `sudo gem install cocoapods` or `brew install cocoapods`
#### Windows-specific Setup Notes
Setting up a development instance in Windows requires some tweaks. Consider the following before attempting the following sections: