From fa6454864d96237a1a86ad875e00c4df34cfc6f5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jarl=20Andr=C3=A9=20H=C3=BCbenthal?= Date: Fri, 6 Oct 2023 13:14:33 +0200 Subject: [PATCH] readme --- README.md | 21 +++++++++++++++++++-- 1 file changed, 19 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1524eed..d723215 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,24 @@ CephContainer container = new CephContainer() .withCephAccessKey("secretKey"); ``` -Setup +## How to use it? --- -TODO \ No newline at end of file +### Include it into your project dependencies + +If you're using Maven: +```xml + + io.github.jarlah + testcontainers-ceph + 0.1-SNAPSHOT + +``` + +or if you're using Gradle: + +```groovy +dependencies { + testImplementation 'io.github.jarlah:testcontainers-ceph:0.1-SNAPSHOT' +} +``` \ No newline at end of file