diff --git a/README.md b/README.md index 2633f3a45b..73ee79ead1 100644 --- a/README.md +++ b/README.md @@ -2,13 +2,13 @@ ## Building and deploying the application -### Building the application +### Building the application. The project uses [Gradle](https://gradle.org) as a build tool. It already contains `./gradlew` wrapper script, so there's no need to install gradle. To build the project execute the following command: - + ```bash ./gradlew build ```