From 960ec8dc4f88655d168e8c5f8f54b11bf93cfeec Mon Sep 17 00:00:00 2001 From: Anatoli Babenia Date: Thu, 22 Jun 2023 20:49:17 +0300 Subject: [PATCH] README.md Fix markup and reword Gradle section a bit --- README.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index fc15d706..fc1da64c 100644 --- a/README.md +++ b/README.md @@ -12,14 +12,18 @@ The goal of the Photon is to provide a simple standardized interface to complete Photon can be built using JDK-8. Support for earlier jdk versions has not been tested and/or verified. ### Gradle -Photon can be built very easily by using the included Gradle wrapper. Having downloaded the sources, simply invoke the following commands inside the folder containing the sources: +Included Gradle script takes care of dependency downloads and builds. Simply invoke the following commands to build Photon: +```bash $ ./gradlew clean $ ./gradlew build +``` For Windows -$ gradlew.bat clean -$ gradlew.bat build +```cmd +> gradlew.bat clean +> gradlew.bat build +``` ## Full Documentation