Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
jarlah committed Oct 6, 2023
1 parent c8c11a3 commit fa64548
Showing 1 changed file with 19 additions and 2 deletions.
21 changes: 19 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,24 @@ CephContainer container = new CephContainer()
.withCephAccessKey("secretKey");
```

Setup
## How to use it?
---

TODO
### Include it into your project dependencies

If you're using Maven:
```xml
<dependency>
<groupId>io.github.jarlah</groupId>
<artifactId>testcontainers-ceph</artifactId>
<version>0.1-SNAPSHOT</version>
</dependency>
```

or if you're using Gradle:

```groovy
dependencies {
testImplementation 'io.github.jarlah:testcontainers-ceph:0.1-SNAPSHOT'
}
```

0 comments on commit fa64548

Please sign in to comment.