Skip to content

Commit

Permalink
Add sdkman for installation on download page.
Browse files Browse the repository at this point in the history
  • Loading branch information
marc0der committed Oct 5, 2018
1 parent af99785 commit 2648ec0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions _layouts/downloadpage.html
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ <h2>Other ways to install Scala</h2>
<a id="download-binaries">Download the Scala binaries for <span id="users-os"></span></a>
<br/><span class="install"><a href="{{ site.baseurl }}/download/install.html">Need help running the binaries?</a></span>
</li>
<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>
<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>
<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>
<li><a href="http://ammonite.io/">Get Ammonite</a>, a popular Scala REPL</li>
Expand Down

0 comments on commit 2648ec0

Please sign in to comment.