Skip to content

Commit 3675875

Browse files
Update README.md
1 parent 39e7de6 commit 3675875

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

README.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,13 @@ Maven:
2020

2121
Jar file download: Please download file at [GitHub releases](https://github.com/XiaoPangxie732/MojangAPI-in-Java/releases/tag/0.0.2)
2222
Javadoc: [Click here](http://yc.aikeshi.top:30003/xiaopangxie732/javadoc/mojang-api/0.0.1)
23-
## Usage:
24-
To check API server status:
25-
```java
26-
Status stat = new Status(); //Create Status class
27-
stat.getStatus(StatusServer.AUTHSERVER_MOJANG_COM); //To get sessionserver.mojang.com status
23+
## How to build(from source):
24+
1.Install Maven.
25+
2.cd to that directory.
26+
3.Run command in the cmd.
27+
```batch
28+
mvn clean install
2829
```
30+
4.When build complete, files are all in target folder
2931
<hr>
3032
My English is not very good, maybe some places are wrong:).(from translate.google.com)

0 commit comments

Comments
 (0)