Update README
This commit is contained in:
parent
c9e7aad358
commit
d047efd8e6
17
README.md
17
README.md
|
@ -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/
|
|
Loading…
Reference in New Issue