diff --git a/_includes/downloads-scala2.html b/_includes/downloads-scala2.html index c8c99a7b9..f06235318 100644 --- a/_includes/downloads-scala2.html +++ b/_includes/downloads-scala2.html @@ -65,7 +65,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
  • +
  • Using SDKMAN!, you can easily install specific versions of Scala on any platform with sdk install scala {{ site.scalaversion }}
  • On macOS you can also use Homebrew and existing Scala Formulae
    brew update
    brew install scala
  • With MacPorts, you can get Scala using sudo port install scala2.xcommand.
    For example to install Scala 2.12 simply usesudo port install scala2.12
  • Use Scastie to run single-file Scala programs in your browser using multiple Scala compilers; the production Scala 2.x compilers, Scala.js, Dotty, and Typelevel Scala. Save and share executable Scala code snippets.
  • diff --git a/_includes/downloads-scala3.html b/_includes/downloads-scala3.html index 6764638f1..c7b633e86 100644 --- a/_includes/downloads-scala3.html +++ b/_includes/downloads-scala3.html @@ -119,7 +119,10 @@

    Other ways to install Scala

    Download the Scala binaries for {{page.release_version}} at github.
    Need help running the binaries? -
  • On macOS you can also use Homebrew and runthe following commands
    +
  • Using SDKMAN!, you can easily install the latest version of Scala on any platform by running the following command:
    + sdk install scala +
  • +
  • On macOS you can also use Homebrew and run the following commands:
    brew update
    brew install lampepfl/brew/dotty
  • Use Scastie to run single-file Scala programs in your browser using multiple Scala compilers; the production Scala 2.x compilers, Scala.js, Scala 3, and Typelevel Scala. Save and share executable Scala code snippets.