From 9732dd47114a2ef0fc9140a1b0cb392f96b6b7e4 Mon Sep 17 00:00:00 2001 From: bl00dymarie Date: Sun, 10 Jul 2022 15:29:37 +0200 Subject: [PATCH] Use brew for installing cocoapods --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 808231a..bb1d39b 100644 --- a/README.md +++ b/README.md @@ -76,7 +76,7 @@ iv. We recommend installing an [ESLint plugin in your editor](https://eslint.org "CocoaPods manages library dependencies for your Xcode projects" - sudo gem install cocoapods + brew install cocoapods ### 4.2 Run app on iOS