Skip to content

Commit 93182a2

Browse files
committed
Update README documentation
1 parent 4c00b6c commit 93182a2

File tree

1 file changed

+3
-15
lines changed

1 file changed

+3
-15
lines changed

README.md

+3-15
Original file line numberDiff line numberDiff line change
@@ -10,25 +10,13 @@ Highlighted features:
1010

1111
## Installation
1212

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

15-
```groovy
16-
pluginManagement {
17-
repositories {
18-
maven {
19-
name = 'Sinytra'
20-
url = 'https://maven.sinytra.org/'
21-
}
22-
}
23-
}
24-
```
25-
26-
You can the install the plugin in your project. Add the following to your `build.gradle`.
15+
You can install it in your project by adding the following code to your `build.gradle`.
2716

2817
```groovy
2918
plugins {
30-
// A list of available versions can be found at https://maven.sinytra.org/org/sinytra/wiki/wiki-toolkit
31-
id 'org.sinytra.wiki.toolkit' version '<version>'
19+
id 'org.moddedmc.wiki.toolkit' version '<version>'
3220
}
3321
```
3422

0 commit comments

Comments
 (0)