diff --git a/readme.md b/readme.md index 3145d405..c16bf59e 100644 --- a/readme.md +++ b/readme.md @@ -23,6 +23,7 @@ Required Software: * [Node.js](https://nodejs.org/en/) * Code editor of choice([VSCode](https://code.visualstudio.com/download), etc) * [Android Studio](https://developer.android.com/studio) +* [Android SDK](https://developer.android.com/studio)
Install the required software with winget @@ -51,6 +52,8 @@ Required Software: * [Android Studio](https://developer.android.com/studio) * [Node.js](https://nodejs.org/en/) +* [Cocoapods](https://guides.cocoapods.org/using/getting-started.html#installation) +* [Android SDK](https://developer.android.com/studio)
Install the required software with homebrew @@ -58,7 +61,7 @@ Required Software:

```zsh -brew install android-studio node +brew install android-studio node cocoapods ```