Skip to content

Commit 9fe609e

Browse files
authored
Merge pull request #2403 from bishabosha/add-scala-cli
add scala-cli to cs setup list
2 parents ef7ef68 + d49188a commit 9fe609e

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

_includes/getting-started.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -48,12 +48,14 @@ Scala code runner version {{site.scala-3-version}} -- Copyright 2002-2022, LAMP/
4848

4949
Along with managing JVMs, `cs setup` also installs useful command-line tools:
5050

51-
- A JDK (if you don't have one already)
52-
- The [sbt](https://www.scala-sbt.org/) build tool
53-
- [Ammonite](https://ammonite.io/), an enhanced REPL
54-
- [scalafmt](https://scalameta.org/scalafmt/), the Scala code formatter
55-
- `scalac` (the Scala compiler)
56-
- `scala` (the Scala REPL and script runner).
51+
| Commands | Description |
52+
|----------|-------------|
53+
| `scalac` | the Scala compiler |
54+
| `scala` | the Scala REPL and script runner |
55+
| `scala-cli`| [Scala CLI](https://scala-cli.virtuslab.org), interactive toolkit for Scala |
56+
| `sbt`, `sbtn` | The [sbt](https://www.scala-sbt.org/) build tool |
57+
| `amm` | [Ammonite](https://ammonite.io/) is an enhanced REPL |
58+
| `scalafmt` | [Scalafmt](https://scalameta.org/scalafmt/) is the Scala code formatter |
5759

5860
For more information about `cs`, read
5961
[coursier-cli documentation](https://get-coursier.io/docs/cli-overview).

0 commit comments

Comments
 (0)