@@ -14,8 +14,8 @@ _Scastie_ is an online “playground” where you can experiment with Scala exam
14
14
15
15
## Install Scala on your computer
16
16
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.
19
19
20
20
21
21
### Using the Scala Installer (recommended way)
@@ -38,7 +38,7 @@ Along with managing JVMs, `cs setup` also installs useful command line tools:
38
38
- [ Ammonite] ( https://ammonite.io ) , an enhanced REPL
39
39
- [ scalafmt] ( https://scalameta.org/scalafmt ) , the Scala formatter
40
40
- 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).
42
42
43
43
For more information, read the [ coursier-cli documentation] ( https://get-coursier.io/docs/cli-overview ) .
44
44
@@ -49,7 +49,7 @@ You only need two tools to compile, run, test, and package a Scala project: Java
49
49
To install these manually:
50
50
51
51
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 )
53
53
54
54
55
55
0 commit comments