Skip to content

Commit ad964f7

Browse files
committed
Update README.md
1 parent 139d47c commit ad964f7

File tree

1 file changed

+13
-3
lines changed

1 file changed

+13
-3
lines changed

README.md

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,19 @@
22

33
A small library that provides helper functions to work with [Mockito](https://github.com/mockito/mockito) in Kotlin.
44

5-
## Download
6-
7-
Download a .jar file from the [releases page](https://github.com/nhaarman/mockito-kotlin/releases).
5+
## Install
6+
7+
Mockito-Kotlin is available on JCenter.
8+
For Gradle users, add the following to your `build.gradle`:
9+
10+
```groovy
11+
repositories {
12+
jcenter()
13+
}
14+
dependencies {
15+
testCompile "com.nhaarman:mockito-kotlin:x.x.x"
16+
}
17+
```
818

919
## Examples
1020

0 commit comments

Comments
 (0)