From 2ed4c072608ce83cdd896a05f94978c0ddfd681b Mon Sep 17 00:00:00 2001 From: Hamza REMMAL Date: Thu, 18 Jul 2024 18:55:01 +0200 Subject: [PATCH] Add instructions to download Scala 3.x.x using chocolatey --- _includes/downloads-scala3.html | 5 +++++ 1 file changed, 5 insertions(+) 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}}