From 18767ca5c0039d1f7e37858154c73c59f8cd7d6d Mon Sep 17 00:00:00 2001 From: Hamza Remmal Date: Wed, 10 Jul 2024 14:52:09 +0200 Subject: [PATCH] Add version to sdkman installation command --- _includes/downloads-scala3.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_includes/downloads-scala3.html b/_includes/downloads-scala3.html index 108401646..69bd01bf4 100644 --- a/_includes/downloads-scala3.html +++ b/_includes/downloads-scala3.html @@ -26,7 +26,7 @@

Ways to Install This Release

  • Using SDKMAN!, you can easily install the latest version of Scala on any platform by running the following command:
    - sdk install scala + sdk install scala {{page.release_version}}
  • On macOS you can also use Homebrew and run the following commands:
    brew update
    brew install scala