Commit eb143852 authored by Chris Bracken's avatar Chris Bracken Committed by GitHub

Update CocoaPods install instructions to use Homebrew (#8644)

This is consistent with the rest of the iOS toolchain.
parent 53daa55f
......@@ -172,7 +172,7 @@ class IOSWorkflow extends DoctorValidator implements Workflow {
podStatus = ValidationType.missing;
messages.add(new ValidationMessage.error(
'CocoaPods not installed; this is used for iOS development.\n'
'Install by running: \'sudo gem install cocoapods\''
'Install by running: \'brew install cocoapods\''
));
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment