Skip to content

Commit 1cc5cc5

Browse files
authored
Merge pull request #3084 from scala/bishabosha-patch-1
Getting started manual install Scala CLI
2 parents 74b36ac + e4671da commit 1cc5cc5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: _overviews/getting-started/install-scala.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -137,13 +137,13 @@ For more information about `cs`, read
137137
### ...or manually
138138
139139
You only need two tools to compile, run, test, and package a Scala project: Java 8 or 11,
140-
and sbt.
140+
and Scala CLI.
141141
To install them manually:
142142
143143
1. if you don't have Java 8 or 11 installed, download
144144
Java from [Oracle Java 8](https://www.oracle.com/java/technologies/javase-jdk8-downloads.html), [Oracle Java 11](https://www.oracle.com/java/technologies/javase-jdk11-downloads.html),
145145
or [AdoptOpenJDK 8/11](https://adoptopenjdk.net/). Refer to [JDK Compatibility](/overviews/jdk-compatibility/overview.html) for Scala/Java compatibility detail.
146-
1. Install [sbt](https://www.scala-sbt.org/download.html)
146+
1. Install [Scala CLI](https://scala-cli.virtuslab.org/install)
147147
148148
## Using the Scala CLI
149149

0 commit comments

Comments
 (0)