1
1
mirror of https://github.com/MarginaliaSearch/MarginaliaSearch.git synced 2025-10-05 21:22:39 +02:00

Update readme.md

This commit is contained in:
Viktor
2023-08-24 13:27:24 +02:00
committed by GitHub
parent e8c0648e04
commit 229c63c46d

View File

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