@@ -51,7 +51,7 @@ Install it on your system with the following instructions.
51
51
{% tab macOS for=install-cs-setup-tabs %}
52
52
Run the following command in your terminal, following the on-screen instructions:
53
53
{% include code-snippet.html language='bash' codeSnippet=site.data.setup-scala.macOS-brew %}
54
- {% altDetails cs-setup-macos-nobrew "Alternatively for Apple Silicon, or if you don't use Homebrew:" %}
54
+ {% altDetails cs-setup-macos-nobrew "Alternatively, if you don't use Homebrew:" %}
55
55
On the Apple Silicon (M1, M2, …) architecture:
56
56
{% include code-snippet.html language='bash' codeSnippet=site.data.setup-scala.macOS-arm64 %}
57
57
Otherwise, on the x86-64 architecture:
@@ -111,8 +111,7 @@ Along with managing JVMs, `cs setup` also installs useful command-line tools:
111
111
| Commands | Description |
112
112
| ----------| -------------|
113
113
| ` scalac ` | the Scala compiler |
114
- | ` scala ` | the Scala REPL and script runner |
115
- | ` scala-cli ` | [ Scala CLI] ( https://scala-cli.virtuslab.org ) , interactive toolkit for Scala |
114
+ | ` scala ` , ` scala-cli ` | [ Scala CLI] ( https://scala-cli.virtuslab.org ) , interactive toolkit for Scala |
116
115
| ` sbt ` , ` sbtn ` | The [ sbt] ( https://www.scala-sbt.org/ ) build tool |
117
116
| ` amm ` | [ Ammonite] ( https://ammonite.io/ ) is an enhanced REPL |
118
117
| ` scalafmt ` | [ Scalafmt] ( https://scalameta.org/scalafmt/ ) is the Scala code formatter |
0 commit comments