diff --git a/_layouts/downloadpage.html b/_layouts/downloadpage.html
index 315a6e47a..d9334dd1c 100644
--- a/_layouts/downloadpage.html
+++ b/_layouts/downloadpage.html
@@ -83,8 +83,10 @@
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.
+ Using SDKMAN!, you can easily install Scala with sdk install scala
+ 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.x
command.
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.
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