Skip to content

Commit

Permalink
Update README documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Su5eD committed Nov 21, 2024
1 parent 4c00b6c commit 93182a2
Showing 1 changed file with 3 additions and 15 deletions.
18 changes: 3 additions & 15 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,25 +10,13 @@ Highlighted features:

## Installation

First, add our maven repository to your `settings.gradle` file.
The wiki toolkit plugin is available on the [Gradle Plugin Portal](https://plugins.gradle.org/plugin/org.moddedmc.wiki.toolkit).

```groovy
pluginManagement {
repositories {
maven {
name = 'Sinytra'
url = 'https://maven.sinytra.org/'
}
}
}
```

You can the install the plugin in your project. Add the following to your `build.gradle`.
You can install it in your project by adding the following code to your `build.gradle`.

```groovy
plugins {
// A list of available versions can be found at https://maven.sinytra.org/org/sinytra/wiki/wiki-toolkit
id 'org.sinytra.wiki.toolkit' version '<version>'
id 'org.moddedmc.wiki.toolkit' version '<version>'
}
```

Expand Down

0 comments on commit 93182a2

Please sign in to comment.