Skip to content

Commit 2e7741e

Browse files
authored
Merge pull request #1673 from hamzaremmal/choco-install-info
Add instructions to download Scala 3.x.x using chocolatey
2 parents 8930d88 + 2ed4c07 commit 2e7741e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

_includes/downloads-scala3.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,11 @@ <h2>Ways to Install This Release</h2>
2424
<br /><span class="install"><a href="{{ site.baseurl }}/download/install.html">Need help running the
2525
binaries?</a></span>
2626
</li>
27+
<li>
28+
You can also install Scala <strong>{{page.release_version}}</strong> with <a href="https://community.chocolatey.org">Chocolatey</a> by
29+
running the following command:<br>
30+
<code>choco install scala --version={{page.release_version}}</code>
31+
</li>
2732
<li>Using <a href="https://sdkman.io/">SDKMAN!</a>, you can easily <a href="https://sdkman.io/sdks#scala">install
2833
the latest version of Scala</a> on any platform by running the following command:<br>
2934
<code>sdk install scala {{page.release_version}}</code>

0 commit comments

Comments
 (0)