File tree Expand file tree Collapse file tree 1 file changed +12
-1
lines changed Expand file tree Collapse file tree 1 file changed +12
-1
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,17 @@ import SectionAbout from "../src/components/SectionAbout"
4
4
import DownloadButton from " ../src/components/DownloadButton"
5
5
import {currentOs } from " ../src/components/osUtils" ;
6
6
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 >
7
18
<SectionAbout title = " Advanced Installation" >
8
19
<div className = " margin--lg" />
9
20
<Tabs
@@ -550,7 +561,7 @@ Scala Native page contains detailed [installation guide](https://scala-native.re
550
561
</div ></div >
551
562
552
563
553
- <SectionAbout title = " Uninstall scala CLI" >
564
+ <SectionAbout title = " Uninstall Scala CLI" >
554
565
<div className = " margin--lg" />
555
566
<Tabs
556
567
groupId = " uninstall-specific"
You can’t perform that action at this time.
0 commit comments