From 229c63c46d954d4a808dc6889cdfabc67afe9fb7 Mon Sep 17 00:00:00 2001 From: Viktor Date: Thu, 24 Aug 2023 13:27:24 +0200 Subject: [PATCH] Update readme.md --- run/readme.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/run/readme.md b/run/readme.md index dfa1100f..8e209011 100644 --- a/run/readme.md +++ b/run/readme.md @@ -5,12 +5,15 @@ the search engine. In a clean check-out, it only contains the tools required to bootstrap this directory structure. ## Requirements + While the system is designed to run bare metal in production, for local development, you're strongly encouraged to use docker or podman. These are a bit of a pain to install, but if you follow [this guide](https://docs.docker.com/engine/install/ubuntu/#install-using-the-repository) you're on the right track. +The system requires JDK20+. + ## Set up To go from a clean check out of the git repo to a running search engine, follow these steps. You're assumed to sit in the project root the whole time.