Fix README build command (gradlew) (#2489)

This commit is contained in:
Kamillaova 2021-05-22 14:37:53 +03:00 committed by GitHub
parent ab1cc791b7
commit 9484526d39
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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.