Update README

main
Oystein Kristoffer Tveit 2022-10-17 18:39:19 +02:00
parent c9e7aad358
commit d047efd8e6
Signed by: oysteikt
GPG Key ID: 9F2F7D8250F35146
1 changed files with 6 additions and 11 deletions

View File

@ -2,25 +2,20 @@
## Delivery 1
In order to run this part of the project, you will only need to use the scala REPL.
It gets installed with the language, which you can find [here][scala].
To run a part of either task 1 or task 2, use the following commands.
```console
$ cd tasks
$ scala task1.scala
$ scala task2.scala
$ sbt run
```
You will then be asked to choose which main method you want to run.
## Delivery 2
In order to run this part of the project, you will need the scala build tool (sbt).
It gets installed with the language, which you can find [here][scala].
To run the project, use the following commands
```console
$ cd project_tasks
$ sbt run
```
[scala]: https://www.scala-lang.org/download/
```