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