Update README.md
This commit is contained in:
parent
9e8224e73e
commit
4313bbb231
12
README.md
12
README.md
|
@ -1,5 +1,5 @@
|
||||||
# Worlds Organizer
|
# Worlds Organizer
|
||||||
[<img src="icon.png" width="256"/>]()
|
![icon.png](icon.png)
|
||||||
|
|
||||||
A tool for WorldsPlayer files and resources to edit, modify, and organize your lists and data.
|
A tool for WorldsPlayer files and resources to edit, modify, and organize your lists and data.
|
||||||
|
|
||||||
|
@ -12,23 +12,23 @@ The tool is planned to support all these features:
|
||||||
- [ ] Avatar preview
|
- [ ] Avatar preview
|
||||||
|
|
||||||
## Compiling
|
## Compiling
|
||||||
Worlds Organizer uses maven, and is packaged using Shade. The minimum supported Java is 8 with support being aimed for later versions aswell.
|
Worlds Organizer uses maven. The minimum supported Java is 8 with support being aimed for later versions aswell.
|
||||||
Make sure you are using a JDK, and compile using maven.
|
Make sure you are using a JDK, and compile using maven.
|
||||||
|
|
||||||
1. Clone the repository and enter it's contents
|
1. Clone the repository and enter it's contents
|
||||||
|
|
||||||
```
|
```
|
||||||
git clone https://wirlaburla.com/git/Wirlaburla/Worlds-Organizer.git
|
git clone https://worlio-admin@bitbucket.org/worlio/worlds-organizer.git
|
||||||
cd Worlds-Organizer
|
cd Worlds-Organizer
|
||||||
```
|
```
|
||||||
|
|
||||||
2. Run the Maven Shade command
|
2. Run the Maven Build command
|
||||||
|
|
||||||
```
|
```
|
||||||
mvn clean package
|
mvn build
|
||||||
```
|
```
|
||||||
|
|
||||||
The shaded jar will be located within the shade folder. It is runnable and contains the dependencies required.
|
The jar will be located within the target folder.
|
||||||
|
|
||||||
## Using
|
## Using
|
||||||
Builds provided are in a JAR, which can be run using any version of Java 8 or above. These builds should be cross-platform and non-platform specific, so they should not require native OS libraries or calls.
|
Builds provided are in a JAR, which can be run using any version of Java 8 or above. These builds should be cross-platform and non-platform specific, so they should not require native OS libraries or calls.
|
||||||
|
|
Loading…
Reference in New Issue
Block a user