Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Jake-Moore authored Nov 19, 2023
1 parent 1d49edd commit 2b3d051
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@
Before you can use KamiCommon, you have to import it into your project.
If you are developing an application outside of spigot, you can shade the jar using maven-shade-plugin and by removing the provided scope from the dependency.

### Import with Gradle
Before you continue, if you're working on a spigot plugin make sure to add `KamiCommon` to your plugin.yml (or otherwise) in the `depend:` list

### Import with Maven
Add the following Repository to your pom.xml
```xml
Expand Down

0 comments on commit 2b3d051

Please sign in to comment.