From d49188affc92d29e3ee91a22a4c27a73b49ced52 Mon Sep 17 00:00:00 2001 From: Jamie Thompson Date: Mon, 23 May 2022 18:00:25 +0200 Subject: [PATCH] add scala-cli to cs setup list --- _includes/getting-started.md | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/_includes/getting-started.md b/_includes/getting-started.md index 0a00d4d358..4a900782ff 100644 --- a/_includes/getting-started.md +++ b/_includes/getting-started.md @@ -48,12 +48,14 @@ Scala code runner version {{site.scala-3-version}} -- Copyright 2002-2022, LAMP/ Along with managing JVMs, `cs setup` also installs useful command-line tools: -- A JDK (if you don't have one already) -- The [sbt](https://www.scala-sbt.org/) build tool -- [Ammonite](https://ammonite.io/), an enhanced REPL -- [scalafmt](https://scalameta.org/scalafmt/), the Scala code formatter -- `scalac` (the Scala compiler) -- `scala` (the Scala REPL and script runner). +| 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 | +| `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 | For more information about `cs`, read [coursier-cli documentation](https://get-coursier.io/docs/cli-overview).