From 9484526d391eeb95a9cecb8fa6962587ce705b16 Mon Sep 17 00:00:00 2001 From: Kamillaova <54859825+Kamillaova@users.noreply.github.com> Date: Sat, 22 May 2021 14:37:53 +0300 Subject: [PATCH] Fix README build command (gradlew) (#2489) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1b2be3a44..0b77aebd6 100644 --- a/README.md +++ b/README.md @@ -64,7 +64,7 @@ Please note the [differences in licensing](#license). Building: -------- -After cloning this repository, build the project with Gradle by running `/gradlew build` and take the created jar out of +After cloning this repository, build the project with Gradle by running `./gradlew build` and take the created jar out of the `build/libs` directory.