Skip to content
This repository has been archived by the owner on Aug 19, 2024. It is now read-only.

Commit

Permalink
clarified instructions for mac
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcoLotz committed Jan 5, 2024
1 parent 6ac188d commit cd5124d
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion app/views/install.scala.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,13 @@ <h1><i class='fa fa-cloud-download'></i> Installation</h1>
Plus, it's compatible with both Bash and ZSH shells.</p>
<p>Just launch a new terminal and type in:</p>
<pre><code>$ curl -s "https://get.sdkman.io" | bash</code></pre>
<p>Follow the on-screen instructions to wrap up the installation. Afterward, open a new terminal or run
<p>Follow the on-screen instructions to wrap up the installation, they may diverge
from system to system.</p>
<p>For example on Linux systems open a new terminal and run
the following in the same shell:</p>
<pre><code>$ source "$HOME/.sdkman/bin/sdkman-init.sh"</code></pre>
<p>And on Mac with homebrew, open a new terminal and run the following in the same shell:</p>
<pre><code>$ source "/opt/homebrew/opt/sdkman-cli/libexec/bin/sdkman-init.sh"</code></pre>
<p>Lastly, run the following snippet to confirm the installation's success:</p>
<pre><code>$ sdk version</code></pre>
<p>You should see output containing the latest script and native versions:</p>
Expand Down

0 comments on commit cd5124d

Please sign in to comment.