From 5c94dcffeaea0c0ea59efb250a001e830baa4f26 Mon Sep 17 00:00:00 2001 From: Nanit Date: Thu, 28 Oct 2021 21:02:48 +0300 Subject: [PATCH] Edit READE --- README.md | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index fd9ee90..bd7968a 100644 --- a/README.md +++ b/README.md @@ -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