Skip to content

Commit 212b84e

Browse files
committed
update readme
1 parent 71d3785 commit 212b84e

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

README.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,3 +45,18 @@ assert thatExceptionIsThrownBy {
4545
it hasMessageEndingWith "foo"
4646
}
4747
```
48+
49+
##Get it
50+
```
51+
allprojects {
52+
repositories {
53+
...
54+
maven { url "https://jitpack.io" }
55+
}
56+
}
57+
dependencies {
58+
...
59+
testCompile 'com.github.memoizr:assertk-core:0.0.1-Alpha'
60+
...
61+
}
62+
```

0 commit comments

Comments
 (0)