diff --git a/README.md b/README.md index 7afdbde..b886eb5 100644 --- a/README.md +++ b/README.md @@ -26,6 +26,10 @@ No relation to the moderation tools also named [Ozone](https://github.com/bluesk ### Bluesky Social Bindings +Documentation is available at [ozone.christian.sh](https://ozone.christian.sh). + +#### Java / Kotlin + ```kotlin // build.gradle[.kts] @@ -34,10 +38,14 @@ dependencies { } ``` -Docs are available at [ozone.christian.sh](https://ozone.christian.sh). +#### Swift / Objective-C + +In Xcode, select **File > Add Packages** and enter https://github.com/christiandeange/BlueskyAPI ### Gradle Plugin +In addition to shipping the lexicons that define the official Bluesky API, this project also includes a Gradle Plugin that allows you to bring your own lexicon definitions and generate any set of AT Protocol bindings from them. + ```kotlin // build.gradle[.kts]