From 2648ec049dc9db42cbf773415e7b30f2df170c18 Mon Sep 17 00:00:00 2001 From: Marco Vermeulen Date: Sat, 6 Oct 2018 00:37:11 +0100 Subject: [PATCH] Add sdkman for installation on download page. --- _layouts/downloadpage.html | 1 + 1 file changed, 1 insertion(+) diff --git a/_layouts/downloadpage.html b/_layouts/downloadpage.html index 46e89719b..315a6e47a 100644 --- a/_layouts/downloadpage.html +++ b/_layouts/downloadpage.html @@ -83,6 +83,7 @@

Other ways to install Scala

Download the Scala binaries for
Need help running the binaries? +
  • Using SDKMAN!, you can easily install Scala with sdk install scala.
  • Use Scastie to run single-file Scala programs in your browser using multple Scala compilers; the production Scala 2.x compilers, Scala.js, Dotty, and Typelevel Scala. Save and share executable Scala code snippets.
  • Try Scala in the browser via ScalaFiddle. This lets you run single-file Scala programs in your browser using Scala.js, including graphical/interactive examples such as Oscilloscope or Ray Tracer
  • Get Ammonite, a popular Scala REPL