Skip to content

Commit

Permalink
docs: remove repository from installation docs
Browse files Browse the repository at this point in the history
  • Loading branch information
yusshu committed Nov 28, 2023
1 parent f4d7c12 commit 3b17c7f
Showing 1 changed file with 5 additions and 14 deletions.
19 changes: 5 additions & 14 deletions docs/installation.md
Original file line number Diff line number Diff line change
@@ -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 {
Expand All @@ -28,12 +25,6 @@ dependencies {

<!--@formatter:off-->
```xml
<repository>
<id>unnamed-public</id>
<url>https://repo.unnamed.team/repository/unnamed-public/</url>
</repository>
```
```xml
<dependency>
<groupId>team.unnamed</groupId>
<artifactId>creative-api</artifactId>
Expand Down

0 comments on commit 3b17c7f

Please sign in to comment.