From 4bbfab1e92ddb420a4f7f0c57f0f9d3ac6ac81b3 Mon Sep 17 00:00:00 2001 From: mk3z <52108954+mk3z@users.noreply.github.com> Date: Thu, 3 Jun 2021 16:13:45 +0300 Subject: [PATCH] [+] Add build instructions to README.md --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index ecea1cc..d482576 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,14 @@ - Eg. If you want to show a reversed list (the most inactive player would be on the top) `al -r` 4. Done +## Building + +Linux `./gradlew shadowJar` + +Windows `gradlew.bat shadowJar` + +The jar will be placed in `build/libs` + ## Screenshots ![image](https://user-images.githubusercontent.com/22280294/110256924-6e138a00-7f69-11eb-9b76-bb38ce93e7e3.png)