Skip to content

Commit

Permalink
Merge pull request #1670 from scala/sdkman-version
Browse files Browse the repository at this point in the history
Add version to sdkman installation command
  • Loading branch information
hamzaremmal committed Jul 10, 2024
2 parents c685c8b + 18767ca commit fd33ac6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _includes/downloads-scala3.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ <h2>Ways to Install This Release</h2>
</li>
<li>Using <a href="https://sdkman.io/">SDKMAN!</a>, you can easily <a href="https://sdkman.io/sdks#scala">install
the latest version of Scala</a> on any platform by running the following command:<br>
<code>sdk install scala</code>
<code>sdk install scala {{page.release_version}}</code>
</li>
<li>On macOS you can also use <a href="https://brew.sh/">Homebrew</a> and run the following commands:<br>
<code>brew update</code><br /><code>brew install scala</code>
Expand Down

0 comments on commit fd33ac6

Please sign in to comment.