From 1f8d441ef0f6e4d9abd165171f6caeed7a1ee25a Mon Sep 17 00:00:00 2001 From: tvories Date: Wed, 22 Dec 2021 22:59:46 -0700 Subject: [PATCH] feat: update docs --- readme.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 ```