From 8415182e4865b926143e4ab47b83a94b5a097c15 Mon Sep 17 00:00:00 2001 From: unknown Date: Sat, 29 Jan 2022 10:36:39 +0100 Subject: [PATCH] Updade Readme.md with hint no need for user to download Gradle as we use gradle-wrapper (gradlew) which downloads needed archives automtically if not pesent. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 72bd2dc2a..d74c16792 100644 --- a/README.md +++ b/README.md @@ -183,7 +183,7 @@ git clone https://github.com/yacy/yacy_search_server ``` Compiling YaCy: -- You need Java 1.8 or later and [Gradle](https://gradle.org/). +- You need Java 1.8 or later and [Gradle](https://gradle.org/) (Gradle is downloaded automatically on first build if not present). - Compile: `gradlew build` - then you can `./startYACY.sh` or `./startYACY.bat`. - Create a release tarball and zip archive: `gradlew packageDist`. - Create a Windows installer release exe: `gradlew distWinInstaller`.