Skip to content

Commit

Permalink
cask updates (celo-org#230)
Browse files Browse the repository at this point in the history
* cask updates

Signed-off-by: Jacob Saur <[email protected]>

* remove --cask

Signed-off-by: Jacob Saur <[email protected]>
  • Loading branch information
jsaur authored Nov 11, 2021
1 parent 94dba81 commit a5bc9d2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/developer-resources/using-mac.md
Original file line number Diff line number Diff line change
Expand Up @@ -275,16 +275,16 @@ Install by running the following:
```shell
$ brew install cask
$ brew tap homebrew/cask-versions
$ brew cask install homebrew/cask-versions/adoptopenjdk8
$ brew install homebrew/cask-versions/adoptopenjdk8
```

#### Android Dev Tools

Install the Android SDK and platform-tools

```
$ brew cask install android-sdk
$ brew cask install android-platform-tools
$ brew install android-sdk
$ brew install android-platform-tools
```

Next, install [Android Studio](https://developer.android.com/studio) and add the [Android NDK](https://developer.android.com/studio/projects/install-ndk).
Expand Down Expand Up @@ -318,7 +318,7 @@ For the same reason you installed the emulator iOS (you may or may not have an A
One Android emulator option is Genymotion.

```
brew cask install genymotion
brew install genymotion
```

Under OSX High Sierra and later, you'll get a message that you need to [approve it in System Preferences > Security & Privacy > General.](https://developer.apple.com/library/content/technotes/tn2459/_index.html)
Expand Down

0 comments on commit a5bc9d2

Please sign in to comment.