Browse Source

Fix setting of PATH to find gradle

master
Duke Leto 3 years ago
parent
commit
9ecc6425ca
  1. 2
      README.md

2
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:

Loading…
Cancel
Save