Skip to content

Commit d49e397

Browse files
committed
Update README.md
1 parent 87d6dce commit d49e397

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

README.md

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,17 +6,22 @@ InventoryAPI is a basic API for creating inventories easily and quickly with bui
66
It aims at making inventory creation simpler and more uniform across different plugins.
77

88
## Developers
9-
To use the InventoryAPI in your plugin run the following commands:
9+
To install InventoryAPI locally run the following commands:
1010
```
1111
git clone https://github.com/TheMGRF/InventoryAPI.git && cd InventoryAPI
1212
mvn install
1313
```
14-
Then add this into your dependencies section in your projects pom.xml
14+
## Maven
15+
```xml
16+
<repository>
17+
<id>jitpack.io</id>
18+
<url>https://jitpack.io</url>
19+
</repository>
20+
```
1521
```xml
1622
<dependency>
17-
<groupId>me.themgrf</groupId>
23+
<groupId>com.github.TheMGRF</groupId>
1824
<artifactId>InventoryAPI</artifactId>
1925
<version>1.0.0</version>
20-
<scope>provided</scope>
2126
</dependency>
2227
```

0 commit comments

Comments
 (0)