Skip to content

Commit 7c27b86

Browse files
authored
Merge pull request #957 from marc0der/master
Add SDKMAN for installation on download page.
2 parents 74a2e33 + 2648ec0 commit 7c27b86

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

_layouts/downloadpage.html

+1
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ <h2>Other ways to install Scala</h2>
8383
<a id="download-binaries">Download the Scala binaries for <span id="users-os"></span></a>
8484
<br/><span class="install"><a href="{{ site.baseurl }}/download/install.html">Need help running the binaries?</a></span>
8585
</li>
86+
<li>Using <a href="https://sdkman.io/">SDKMAN!</a>, you can easily <a href="https://sdkman.io/sdks#scala">install Scala</a> with <code>sdk install scala</code>.</li>
8687
<li>Use <a href="https://scastie.scala-lang.org">Scastie</a> 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.</li>
8788
<li>Try Scala in the browser via <a href="https://scalafiddle.io/">ScalaFiddle</a>. This lets you run single-file Scala programs in your browser using Scala.js, including graphical/interactive examples such as <a href="https://scalafiddle.io/sf/KOsXSKv/0">Oscilloscope</a> or <a href="https://scalafiddle.io/sf/4beVrVc/1">Ray Tracer</a></li>
8889
<li><a href="http://ammonite.io/">Get Ammonite</a>, a popular Scala REPL</li>

0 commit comments

Comments
 (0)