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.
This commit is contained in:
unknown 2022-01-29 10:36:39 +01:00
parent a0f6c3be00
commit 8415182e48

View File

@ -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`.