Skip to content
This repository was archived by the owner on Nov 17, 2022. It is now read-only.

fix(docs): remove cask from brew commands #1946

Merged
merged 2 commits into from
Feb 22, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/start/ns-setup-os-x.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ Complete the following steps to setup NativeScript on your macOS development mac
<pre class="add-copy-button"><code class="language-terminal">brew tap AdoptOpenJDK/openjdk
</code></pre>

<pre class="add-copy-button"><code class="language-terminal">brew cask install adoptopenjdk8
<pre class="add-copy-button"><code class="language-terminal">brew install --cask adoptopenjdk8
</code></pre>

2. Set the JAVA_HOME system environment variable.
Expand All @@ -113,7 +113,7 @@ Complete the following steps to setup NativeScript on your macOS development mac
3. Install the [Android SDK](http://developer.android.com/sdk/index.html).
1. In the terminal, run the following command:

<pre class="add-copy-button"><code class="language-terminal">brew cask install android-sdk
<pre class="add-copy-button"><code class="language-terminal">brew install --cask android-sdk
</code></pre>

2. Next, run the following command to set the ANDROID_HOME system environment variable:
Expand Down