Edit READE

This commit is contained in:
Nanit 2021-10-28 21:02:48 +03:00
parent 4507490c5a
commit 5c94dcffea

View File

@ -53,13 +53,21 @@ config into `secret` field.
### Contributing
You can create pull request, if you found some bug, optimization ability, or you wanna add some functional,
You can create pull request, if you found some bug, optimization ability, or you want to add some functional,
which will not significantly load the server.
### Building
The project uses `Gradle` to build and minimize output .jar file.
Run `shadowJar` task to build minimized executable jar file.
Required software:
* JDK 1.8
* Gradle 7+
To build minimized .jar, go to project root and write in terminal:
```
gradlew shadowJar
```
### Contacts