We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8930d88 + 2ed4c07 commit 2e7741eCopy full SHA for 2e7741e
_includes/downloads-scala3.html
@@ -24,6 +24,11 @@ <h2>Ways to Install This Release</h2>
24
<br /><span class="install"><a href="{{ site.baseurl }}/download/install.html">Need help running the
25
binaries?</a></span>
26
</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>
32
<li>Using <a href="https://sdkman.io/">SDKMAN!</a>, you can easily <a href="https://sdkman.io/sdks#scala">install
33
the latest version of Scala</a> on any platform by running the following command:<br>
34
<code>sdk install scala {{page.release_version}}</code>
0 commit comments