diff --git a/_includes/downloads-scala3.html b/_includes/downloads-scala3.html index 69bd01bf4..1c10b93ac 100644 --- a/_includes/downloads-scala3.html +++ b/_includes/downloads-scala3.html @@ -24,6 +24,11 @@

Ways to Install This Release


Need help running the binaries? +
  • + You can also install Scala {{page.release_version}} with Chocolatey by + running the following command:
    + choco install scala --version={{page.release_version}} +
  • Using SDKMAN!, you can easily install the latest version of Scala on any platform by running the following command:
    sdk install scala {{page.release_version}}