Skip to content

Commit

Permalink
chore(cli): Change CocoaPods install link (#5876)
Browse files Browse the repository at this point in the history
  • Loading branch information
jcesarmobile committed Aug 19, 2022
1 parent 29ccfca commit 22c2fb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/src/ios/common.ts
Expand Up @@ -19,7 +19,7 @@ export async function checkCocoaPods(config: Config): Promise<string | null> {
return (
`CocoaPods is not installed.\n` +
`See this install guide: ${c.strong(
'https://guides.cocoapods.org/using/getting-started.html#installation',
'https://capacitorjs.com/docs/getting-started/environment-setup#homebrew',
)}`
);
}
Expand Down

0 comments on commit 22c2fb5

Please sign in to comment.