From 44afa9fe6f45b2e89b5ae07239dafbf857f489d2 Mon Sep 17 00:00:00 2001 From: Takahiro Menju Date: Tue, 30 Jul 2024 22:15:26 +0900 Subject: [PATCH] Update README.md --- README.md | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index add3507..ff3a940 100644 --- a/README.md +++ b/README.md @@ -96,9 +96,17 @@ I believe this is more readable than test names like `launch_article_list_shot() ## How to Use -This is a very simple and pure Kotlin library. In fact, it doesn't even depend on Robolectric. You can use it by adding the following dependency: +This is a very simple and lightweight Kotlin library. In fact, it doesn't even depend on Robolectric. You can use it by adding the following dependency: -TODO: Please wait until the library is published to Maven Central. +```kotlin +testImplementation("io.github.takahirom.robospec:robospec:[latest version]") +``` + +For version catalogs: + +```kotlin +robospec = { module = "io.github.takahirom.robospec:robospec", version.ref = "robospec" } +``` ## Advanced Usage