diff --git a/_overviews/getting-started/index.md b/_overviews/getting-started/index.md index 8c33b915dd..4cb5b2f96f 100644 --- a/_overviews/getting-started/index.md +++ b/_overviews/getting-started/index.md @@ -111,8 +111,7 @@ Along with managing JVMs, `cs setup` also installs useful command-line tools: | Commands | Description | |----------|-------------| | `scalac` | the Scala compiler | -| `scala` | the Scala REPL and script runner | -| `scala-cli`| [Scala CLI](https://scala-cli.virtuslab.org), interactive toolkit for Scala | +| `scala`, `scala-cli` | [Scala CLI](https://scala-cli.virtuslab.org), interactive toolkit for Scala | | `sbt`, `sbtn` | The [sbt](https://www.scala-sbt.org/) build tool | | `amm` | [Ammonite](https://ammonite.io/) is an enhanced REPL | | `scalafmt` | [Scalafmt](https://scalameta.org/scalafmt/) is the Scala code formatter |