diff options
| author | unknown <b.buelte@yahoo.com> | 2022-01-29 10:36:39 +0100 |
|---|---|---|
| committer | unknown <b.buelte@yahoo.com> | 2022-01-29 10:36:39 +0100 |
| commit | 8415182e4865b926143e4ab47b83a94b5a097c15 (patch) | |
| tree | faaa6ab44a8f0f8c5ad4b2b76c03d9b409a21e78 /README.md | |
| parent | a0f6c3be0019b358123a7414d1a6b8da9bf3a107 (diff) | |
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.
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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`. |
