Skip to content

Commit 48e1aff

Browse files
Update README.md
1 parent db7ec9e commit 48e1aff

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,11 @@
22
Mojang Public API Java implementation.
33

44
## Usage
5-
Usage is in the [wiki](https://github.com/XiaoPangxie732/MojangAPI-in-Java/wiki)
5+
Usage is in [Wiki](https://github.com/XiaoPangxie732/MojangAPI-in-Java/wiki)
66

77
## Download
88
Maven:
9+
Follow [here]() to add repository first.
910
```xml
1011
<dependency>
1112
<groupId>cn.xiaopangxie732</groupId>
@@ -17,7 +18,7 @@ Maven:
1718
Jar file download: Please download file at [GitHub releases](https://github.com/XiaoPangxie732/MojangAPI-in-Java/releases/latest)
1819
Javadoc: [Click here](https://xiaopangxie732.github.io/MojangAPI-in-Java/index.html)
1920
## How to build(from source):
20-
1.Install Maven.
21+
1.Install [Maven](https://maven.apache.org/).
2122
2.cd to source directory.
2223
3.Run <code>mvn clean install</code>
2324
4.When build complete, files are all in target folder.

0 commit comments

Comments
 (0)