From 6b597cadae585a2a6dc0e5aa9e502f3c904a21f5 Mon Sep 17 00:00:00 2001 From: Dusan Klinec Date: Mon, 11 Dec 2017 23:56:28 +0100 Subject: [PATCH] readme update --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 7e826fb..00db876 100644 --- a/README.md +++ b/README.md @@ -45,10 +45,15 @@ git submodule update - Implement tests in the `tester` module. +- Run Gradle wrapper `./gradlew` on Unix-like system or `./gradlew.bat` on Windows +to build the project for the first time (Gradle will be downloaded if not installed). + ## Building cap - Setup your Applet ID (`AID`) in the `./applet/build.gradle` variable `appletId`. +- Run the `cap` task: + ``` ./gradlew cap --info --rerun-tasks ```