Skip to content

Commit

Permalink
Merge pull request #1673 from hamzaremmal/choco-install-info
Browse files Browse the repository at this point in the history
Add instructions to download Scala 3.x.x using chocolatey
  • Loading branch information
bishabosha authored Jul 25, 2024
2 parents 8930d88 + 2ed4c07 commit 2e7741e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions _includes/downloads-scala3.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,11 @@ <h2>Ways to Install This Release</h2>
<br /><span class="install"><a href="{{ site.baseurl }}/download/install.html">Need help running the
binaries?</a></span>
</li>
<li>
You can also install Scala <strong>{{page.release_version}}</strong> with <a href="https://community.chocolatey.org">Chocolatey</a> by
running the following command:<br>
<code>choco install scala --version={{page.release_version}}</code>
</li>
<li>Using <a href="https://sdkman.io/">SDKMAN!</a>, you can easily <a href="https://sdkman.io/sdks#scala">install
the latest version of Scala</a> on any platform by running the following command:<br>
<code>sdk install scala {{page.release_version}}</code>
Expand Down

0 comments on commit 2e7741e

Please sign in to comment.