Skip to content

Commit 53d5d0f

Browse files
committed
update readme, add build info
1 parent 566a00a commit 53d5d0f

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,3 +44,11 @@ Put the jar-file on your classpath when you run your Scala app, for example:
4444
> scala -cp "introprog_2.12-0.1.5.jar:." Main
4545
```
4646
If on Windows cmd/powershell use `;` instead of `:` before the period.
47+
48+
## How to build this library
49+
With [`sbt`](https://www.scala-sbt.org/download.html) and [`git`](https://git-scm.com/downloads) on your path type in terminal:
50+
```
51+
> git clone git@github.com:lunduniversity/introprog-scalalib.git
52+
> cd introprog-scalalib
53+
> sbt package
54+
```

0 commit comments

Comments
 (0)