Skip to content

Commit

Permalink
JVM artifact usage on README
Browse files Browse the repository at this point in the history
  • Loading branch information
DevNatan authored Aug 21, 2023
1 parent 59619aa commit 211cf80
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,12 @@ dependencies {
}
```

For Java users, use the Yoki JVM artifact

```groovy
implementation 'me.devnatan:yoki-jvm:0.2.0'
```

## Getting Started

Use `Yoki.create()` to create a new Yoki client instance with the default settings, default settings are based on the
Expand Down Expand Up @@ -101,4 +107,4 @@ client.containers.logsAsync("floral-fury", (log) -> /* do something with each lo

## License

Yoki is licensed under the MIT license.
Yoki is licensed under the MIT license.

0 comments on commit 211cf80

Please sign in to comment.