diff --git a/README.md b/README.md index 46f32b8c5..adb28cb82 100644 --- a/README.md +++ b/README.md @@ -49,6 +49,8 @@ results are computed from the local index only. We recommend to compile YaCy yourself and install it from the git sources. Pre-compiled YaCy packages exist but are not generated on a regular basis. +Automaticaly built latest developer release is available at +[release.yacy.net](https://release.yacy.net/). To get a ready-to-run production package, run YaCy from Docker. ### Compile and run YaCy from git sources @@ -96,6 +98,9 @@ docker run -d --name yacy_search_server -p 8090:8090 -p 8443:8443 -v yacy_search ``` then open http://localhost:8090 in your web-browser. +For building Docker image from latest sources, see [docker/Readme.md](docker/Readme.md). + + ## Help develop YaCy - clone https://github.com/yacy/yacy_search_server.git using build-in Eclipse features (File -> Import -> Git)