aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorNiek Haarman <haarman.niek@gmail.com>2016-01-24 17:02:49 +0100
committerNiek Haarman <haarman.niek@gmail.com>2016-01-24 17:02:49 +0100
commitad964f7d347a1cea3b09c106b6f65f0ef2ba78c4 (patch)
tree558b6506a2a6b5613ede97ce78fc6ddd05f3bf35 /README.md
parent139d47cdb0e277499c64a1b9a60450c38db41abb (diff)
downloadmockito-kotlin-ad964f7d347a1cea3b09c106b6f65f0ef2ba78c4.tar.gz
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md16
1 files changed, 13 insertions, 3 deletions
diff --git a/README.md b/README.md
index e7bb62d..51b675d 100644
--- a/README.md
+++ b/README.md
@@ -2,9 +2,19 @@
A small library that provides helper functions to work with [Mockito](https://github.com/mockito/mockito) in Kotlin.
-## Download
-
-Download a .jar file from the [releases page](https://github.com/nhaarman/mockito-kotlin/releases).
+## Install
+
+Mockito-Kotlin is available on JCenter.
+For Gradle users, add the following to your `build.gradle`:
+
+```groovy
+repositories {
+ jcenter()
+}
+dependencies {
+ testCompile "com.nhaarman:mockito-kotlin:x.x.x"
+}
+```
## Examples