Skip to content

Commit 5cd3d68

Browse files
committed
Add a section about Scala CLI as scala in the installation doc
1 parent 81983bb commit 5cd3d68

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

website/docs/_advanced_install.mdx

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,17 @@ import SectionAbout from "../src/components/SectionAbout"
44
import DownloadButton from "../src/components/DownloadButton"
55
import {currentOs} from "../src/components/osUtils";
66

7+
8+
<SectionAbout title="Scala 3 installation"/>
9+
<div className="row">
10+
<div className="col col--9 col--offset-1 padding--lg">
11+
If you install Scala 3.5.0 or newer on your machine, you can use Scala CLI under the `scala` command. <br/>
12+
For Scala 3 installation instructions refer <a className="no_monospace" href="https://www.scala-lang.org/download/">here</a>.
13+
14+
Note that even when installing the latest Scala 3 version, its `scala` command may refer to an older Scala CLI version.
15+
For the latest stable Scala CLI release it usually is necessary to install it separately.
16+
</div>
17+
</div>
718
<SectionAbout title="Advanced Installation">
819
<div className="margin--lg"/>
920
<Tabs
@@ -550,7 +561,7 @@ Scala Native page contains detailed [installation guide](https://scala-native.re
550561
</div></div>
551562

552563

553-
<SectionAbout title="Uninstall scala CLI">
564+
<SectionAbout title="Uninstall Scala CLI">
554565
<div className="margin--lg"/>
555566
<Tabs
556567
groupId="uninstall-specific"

0 commit comments

Comments
 (0)