From 9ecc6425cafcf598ad589f3f5f3ff00381bac4c7 Mon Sep 17 00:00:00 2001 From: Duke Leto Date: Sat, 27 Nov 2021 21:26:14 -0500 Subject: [PATCH] Fix setting of PATH to find gradle --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2c508ad..610cb76 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ to work well: wget https://services.gradle.org/distributions/gradle-5.6.1-bin.zip unzip gradle-5.6.1-bin.zip - export PATH=$HOME/gradle-5.6.1-bin:$PATH + export PATH=$PWD/gradle-5.6.1/bin:$PATH Clone and compile: