From 26c1b8428bebb4a24598b074e2a522e5db5de677 Mon Sep 17 00:00:00 2001 From: Jamie Thompson Date: Thu, 29 Aug 2024 09:20:21 +0100 Subject: [PATCH] Merge scala-cli and scala in getting-started Acknowledging SIP 46 (does not update guide otherwise) --- _overviews/getting-started/index.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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 |