Skip to content

Commit ab6a5dc

Browse files
committed
Edit README.md for second exercise
1 parent c072067 commit ab6a5dc

File tree

1 file changed

+6
-1
lines changed
  • exercises/exercise_001_getting_started

1 file changed

+6
-1
lines changed

exercises/exercise_001_getting_started/README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,12 @@ At this stage, we have a single Scala 3 source file in
66
the `src/main/scala` folder.
77

88
We can run it in different ways, one of which is utilising
9-
`scala-cli.
9+
`scala-cli`:
10+
11+
```
12+
$ scala-cli run src/main/scala/Hello.scala
13+
```
14+
1015

1116
TODO: set-up information about dev environment (JDK and scala-cli)
1217

0 commit comments

Comments
 (0)