From c8d5a1544ca723ffe1ad6f94c02f289ff944dad6 Mon Sep 17 00:00:00 2001 From: Tomas Date: Sun, 14 Feb 2021 14:41:11 +0100 Subject: [PATCH] scala 3 installation via cs --- scala3/getting-started.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scala3/getting-started.md b/scala3/getting-started.md index 0f5e334fd1..538bf41304 100644 --- a/scala3/getting-started.md +++ b/scala3/getting-started.md @@ -27,7 +27,8 @@ Install it on your system with the following instructions.

Follow the instructions to install the cs launcher then run:

-

$ ./cs setup

+

$ cs install scala3-repl

+

$ cs install scala3-compiler