Skip to content

Commit f53ccc9

Browse files
committed
Point out that the installed commands are Scala 2.13, not Scala 3
1 parent 20cf3a2 commit f53ccc9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

scala3/getting-started.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ _Scastie_ is an online “playground” where you can experiment with Scala exam
1414

1515
## Install Scala on your computer
1616

17-
Installing Scala means installing various command-line tools such as the Scala compiler and build tools.
18-
We recommend using the Scala installer tool that automatically installs all the requirements, but you can still manually install each tool.
17+
Installing Scala means installing various command-line tools and build tools.
18+
We recommend using the Scala installer tool "Coursier" that automatically installs all the requirements, but you can still manually install each tool.
1919

2020

2121
### Using the Scala Installer (recommended way)
@@ -38,7 +38,7 @@ Along with managing JVMs, `cs setup` also installs useful command line tools:
3838
- [Ammonite](https://ammonite.io), an enhanced REPL
3939
- [scalafmt](https://scalameta.org/scalafmt), the Scala formatter
4040
- The [Coursier CLI](https://get-coursier.io/docs/cli-overview), to install further Scala-based applications
41-
- The `scala` and `scalac` command-line tools
41+
- (the `scala` and `scalac` command-line tools for Scala 2.13 -- not Scala 3).
4242

4343
For more information, read the [coursier-cli documentation](https://get-coursier.io/docs/cli-overview).
4444

@@ -49,7 +49,7 @@ You only need two tools to compile, run, test, and package a Scala project: Java
4949
To install these manually:
5050

5151
1. Download 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), or [AdoptOpenJDK 8/11](https://adoptopenjdk.net/). Refer to [JDK Compatibility](/overviews/jdk-compatibility/overview.html) for Scala/Java compatibility detail.
52-
1. Install [sbt](https://www.scala-sbt.org/download.html)
52+
2. Install [sbt](https://www.scala-sbt.org/download.html)
5353

5454

5555

0 commit comments

Comments
 (0)