diff --git a/docs/installation.md b/docs/installation.md index 87e90226..57b86584 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -1,16 +1,13 @@ ## Installation -You can add `creative-api` to your project using [Gradle](https://gradle.org/) +You can add `creative` to your project using [Gradle](https://gradle.org/) *(recommended)*, [Maven](https://maven.apache.org/) or manually downloading the -JAR files. +JAR files from [GitHub Releases](https://github.com/unnamed/creative/releases). -### Gradle +Note that `creative` and all of its submodules are available in the +Maven Central Repository. -```kotlin -repositories { - maven("https://repo.unnamed.team/repository/unnamed-public/") -} -``` +### Gradle ```kotlin dependencies { @@ -28,12 +25,6 @@ dependencies { ```xml - - unnamed-public - https://repo.unnamed.team/repository/unnamed-public/ - -``` -```xml team.unnamed creative-api