Skip to content

Commit 16fa7df

Browse files
committed
docs
1 parent fd23131 commit 16fa7df

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,15 @@ To have a quick idea what this library offers, take a look at the [tests](https:
2525
- all the utypes implement all the function, including `shl` and `shr` for `Ubyte` and `Ushort`
2626
- if you add an `Ushort` to another `Ushort` you get an `Ushort` (and not an `Uint`)
2727

28-
### How to retrieve it:
28+
### Install:
29+
30+
First you need to [add mary](https://github.com/kotlin-graphics/mary#packages) to your repository, then:
31+
32+
```kotlin
33+
dependencies {
34+
implementation("kotlin-")
35+
}
36+
```
2937

3038
You can find all the instructions by [mary](https://github.com/kotlin-graphics/mary)
3139

0 commit comments

Comments
 (0)